GeoPathSample
Description
- Derived from
A sample of a geo path.
A default geo path sample type. The corresponding type trait is implemented by GeoPathSampleTrait.
- See also
Public / Attributes
Latitude
The latitude angle, in the range [-90..90] degrees, interpreted according to IGeoPathBase.Datum (name "Geo.Latitude"
).
- See also
Longitude
The longitude angle, in the range [-180..180[ degrees, interpreted according to IGeoPathBase.Datum (name "Geo.Longitude"
).
- See also
Timestamp
The timestamp in milli-seconds, usually relative to 1900-01-01 00:00:00.000 UTC (name "Geo.Timestamp"
).
- See also