GeoCoordinateType
- Last UpdatedDec 16, 2024
- 1 minute read

The GeoCoordinateType represents a geographical position.

The following attributes are defined:
- Latitude
WGS-84 / degrees with (-90 <= Latitude <= 90), precision is limited to 7 positions after the decimal point
- Longitude
WGS-84 / degrees with (-180 <= Longitude <= 180) precision is limited to 7 positions after the decimal point
- Altitude
Altitude in meters. Optional.
Query Parameter Representation
Whenever a coordinate needs to be represented in query strings, use the following format:
<Latitude> + "," + <Longitude> (+ "," + <Altitude>)?