The GeoCoordinateType represents a geographical position.

Figure 1. GeoCoordinateType

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>)?