Class PointOfInterestProximityTrigger
Inheritance
System.Object
PointOfInterestProximityTrigger
Assembly: SensusAndroid.dll
Syntax
public class PointOfInterestProximityTrigger : Object
Constructors
PointOfInterestProximityTrigger(String, String, Double, ProximityThresholdDirection)
Declaration
public PointOfInterestProximityTrigger(string pointOfInterestName, string pointOfInterestType, double distanceThresholdMeters, ProximityThresholdDirection distanceThresholdDirection)
Parameters
Type |
Name |
Description |
System.String |
pointOfInterestName |
|
System.String |
pointOfInterestType |
|
System.Double |
distanceThresholdMeters |
|
ProximityThresholdDirection |
distanceThresholdDirection |
|
Properties
DistanceThresholdDirection
Declaration
public ProximityThresholdDirection DistanceThresholdDirection { get; set; }
Property Value
DistanceThresholdMeters
Declaration
public double DistanceThresholdMeters { get; set; }
Property Value
Type |
Description |
System.Double |
|
PointOfInterestName
Declaration
public string PointOfInterestName { get; set; }
Property Value
Type |
Description |
System.String |
|
PointOfInterestType
Declaration
public string PointOfInterestType { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|