Interface IAdvancedMobileLocationPlace
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
Represents a geographical reference point and its distance relative to AML coordinates.
public interface IAdvancedMobileLocationPlace
Properties
Distance
Gets or sets the distance in meters from the AML coordinates to the Place.
double Distance { get; set; }
Property Value
Place
Gets or sets the geo-referenced location for this place.
IGeoReferenced Place { get; set; }