Class PointOfInterest
  
  
  
  
    Inheritance
    System.Object
    PointOfInterest
   
  
  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
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |