Use this entity to specify the latitude and longitude of a place.
The table below shows the attributes for LatLng
:
Attribute | Required? | Type | Attribute Description |
---|---|---|---|
label
|
no | string | For use as needed. |
The table below shows the elements for the LatLng
entity:
Element | Multiplicity | Type | Element Description |
---|---|---|---|
Latitude
|
1 | float | Latitude of the contact location. |
Longitude
|
1 | float | Longitude of the contact location. |
Source
|
0 or 1 | string | System used to perform the lookup from location name to lat/lng, such as the name of a geocoding service. |
Examples
XML
<LatLng> <Latitude>46.2044</Latitude> <Longitude>6.1432</Longitude> </LatLng>
JSON
"LatLng": { "Latitude": "46.2044", "Longitude": "6.1432" }