Interface IPointOfInterestProximityDatum
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface IPointOfInterestProximityDatum : IDatum
Properties
DistanceToPoiMeters
Declaration
double DistanceToPoiMeters { get; set; }
Property Value
Type |
Description |
System.Double |
|
PoiLatitude
Declaration
double PoiLatitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
PoiLongitude
Declaration
double PoiLongitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
PoiName
Declaration
string PoiName { get; set; }
Property Value
Type |
Description |
System.String |
|
PoiType
Declaration
string PoiType { get; set; }
Property Value
Type |
Description |
System.String |
|
TriggerDistanceDirection
Declaration
ProximityThresholdDirection TriggerDistanceDirection { get; set; }
Property Value
TriggerDistanceMeters
Declaration
double TriggerDistanceMeters { get; set; }
Property Value
Type |
Description |
System.Double |
|