API Reference
Class
LocRecord
Represents a LOC record containing geographic information.
Inheritance
- Object
- LocRecord
Remarks
The format of this record is specified in RFC 1876.
Constructors
public LocRecord(Double latitude, Double longitude, Double altitudeMeters, Double sizeMeters, Double horizontalPrecisionMeters, Double verticalPrecisionMeters) #Initializes a new instance of the LocRecord class.
Parameters
- latitude System.Double
- Latitude.
- longitude System.Double
- Longitude.
- altitudeMeters System.Double
- Altitude in meters.
- sizeMeters System.Double
- Location size in meters.
- horizontalPrecisionMeters System.Double
- Horizontal precision in meters.
- verticalPrecisionMeters System.Double
- Vertical precision in meters.
Inherited Methods
Properties
public Double Longitude { get; } #Gets the geographic longitude.
public Double AltitudeMeters { get; } #Gets the altitude in meters.
public Double SizeMeters { get; } #Gets the size of the location in meters.
public Double HorizontalPrecisionMeters { get; } #Gets the horizontal precision in meters.
public Double VerticalPrecisionMeters { get; } #Gets the vertical precision in meters.