Class PointOfInterestProximityDatum
Inheritance
System.Object
PointOfInterestProximityDatum
Assembly: SensusAndroid.dll
Syntax
public class PointOfInterestProximityDatum : Datum, IPointOfInterestProximityDatum, IDatum
Constructors
PointOfInterestProximityDatum(DateTimeOffset, PointOfInterest, Double, PointOfInterestProximityTrigger)
Declaration
public PointOfInterestProximityDatum(DateTimeOffset timestamp, PointOfInterest pointOfInterest, double distanceMeters, PointOfInterestProximityTrigger trigger)
Parameters
Properties
DisplayDetail
Declaration
public override string DisplayDetail { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
DistanceToPoiMeters
Declaration
[Anonymizable]
[DoubleProbeTriggerProperty("Distance (Meters)")]
public double DistanceToPoiMeters { get; set; }
Property Value
Type |
Description |
System.Double |
|
PoiLatitude
Declaration
[Anonymizable]
[DoubleProbeTriggerProperty("POI Latitude")]
public double PoiLatitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
PoiLongitude
Declaration
[Anonymizable]
[DoubleProbeTriggerProperty("POI Longitude")]
public double PoiLongitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
PoiName
Declaration
[Anonymizable]
[StringProbeTriggerProperty("POI Name")]
public string PoiName { get; set; }
Property Value
Type |
Description |
System.String |
|
PoiType
Declaration
[Anonymizable]
[StringProbeTriggerProperty("POI Type")]
public string PoiType { get; set; }
Property Value
Type |
Description |
System.String |
|
StringPlaceholderValue
Gets the string placeholder value, which is the POI name.
Declaration
public override object StringPlaceholderValue { get; }
Property Value
Type |
Description |
System.Object |
The string placeholder value.
|
Overrides
TriggerDistanceDirection
Declaration
public ProximityThresholdDirection TriggerDistanceDirection { get; set; }
Property Value
TriggerDistanceMeters
Declaration
public double TriggerDistanceMeters { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements