Interface ILocationDatum
Inherited Members
Namespace: Sensus.Probes.Location
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface ILocationDatum : IDatum
Properties
Latitude
Declaration
double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
Declaration
double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |