IHasCoordinates Interface
Namespace: PTS.Modules.PhysicalAddresses.Domain
Assembly: PTS.Modules.PhysicalAddresses.dll
Syntax
public interface IHasCoordinates
Properties
Elevation
Declaration
decimal Elevation { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Latitude
Declaration
decimal Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Longitude
Declaration
decimal Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |