Show / Hide Table of Contents

    Class PointOfInterest

    Inheritance
    System.Object
    PointOfInterest
    Namespace: Sensus.Probes.Location
    Assembly: SensusAndroid.dll
    Syntax
    public class PointOfInterest : Object

    Constructors

    PointOfInterest(String, String, Position)

    Declaration
    public PointOfInterest(string name, string type, Position position)
    Parameters
    Type Name Description
    System.String name
    System.String type
    Plugin.Geolocator.Abstractions.Position position

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Position

    Declaration
    public Position Position { get; set; }
    Property Value
    Type Description
    Plugin.Geolocator.Abstractions.Position

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    KmDistanceTo(Position)

    Declaration
    public double KmDistanceTo(Position position)
    Parameters
    Type Name Description
    Plugin.Geolocator.Abstractions.Position position
    Returns
    Type Description
    System.Double

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Triggers(PointOfInterestProximityTrigger, Double)

    Declaration
    public bool Triggers(PointOfInterestProximityTrigger trigger, double distanceMeters)
    Parameters
    Type Name Description
    PointOfInterestProximityTrigger trigger
    System.Double distanceMeters
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX