Interface ISimpleCoordinatesProvider
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The interface that is used to retrieve ISimpleCoordinate value from an object that implements this interface.
public interface ISimpleCoordinatesProvider
Properties
Location
Gets or sets the ISimpleCoordinate location.
ISimpleCoordinate? Location { get; set; }