Coordinate

Represents a longitude / latitude coordinate pair.

Fields

Longitude
The longitude value in decimal degrees.
Latitude
The latitude value in decimal degrees.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"Longitude":"8.25939751","Latitude":"49.9561119"}

XML body:

<?xml version="1.0"?>
<Coordinate Longitude="8.25939751" Latitude="49.9561119" />