Show / Hide Table of Contents

    Interface IPointOfInterestProximityDatum

    Inherited Members
    IDatum.Id
    IDatum.DeviceId
    IDatum.Timestamp
    IDatum.ProtocolId
    IDatum.ParticipantId
    IDatum.DeviceManufacturer
    IDatum.DeviceModel
    IDatum.OperatingSystem
    Namespace: Sensus.Probes.Location
    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
    Type Description
    ProximityThresholdDirection

    TriggerDistanceMeters

    Declaration
    double TriggerDistanceMeters { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX