Show / Hide Table of Contents

    Class PointOfInterestProximityTrigger

    Inheritance
    System.Object
    PointOfInterestProximityTrigger
    Namespace: Sensus.Probes.Location
    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
    Type Description
    ProximityThresholdDirection

    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
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX