The latlong object representation and fields are described below.
latlong was introduced in API version V1
latlong has not been marked for deprecation
{
"urn" : "a01e8e1c-ad03-45b5-9d9f-c060aa8ad9b1",
"entity" : {
"urn" : "4fdf15cf-cfa3-4b43-9e92-57dfbbc0366d",
"url" : "/n/v1/entity/4fdf15cf-cfa3-4b43-9e92-57dfbbc0366d"
},
"name" : "work",
"sortOrder" : 0,
"latitude" : 51.533662983928835,
"longitude" : -0.1260457936283835
}{
"urn" : "a01e8e1c-ad03-45b5-9d9f-c060aa8ad9b1",
"entity" : {
"urn" : "4fdf15cf-cfa3-4b43-9e92-57dfbbc0366d",
"url" : "/n/v1/entity/4fdf15cf-cfa3-4b43-9e92-57dfbbc0366d"
},
"name" : "work",
"sortOrder" : 0,
"latitude" : 51.533662983928835,
"longitude" : -0.1260457936283835
}| Name | Type | Description | Constraints |
|---|---|---|---|
| urn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN of the latitude longitude | |
| entity | entity | Required on create. | |
| name | String literal | The name of the item | Required on create. Maximum length: 128. |
| sortOrder | Signed int32 | The sort order of the item | Required on create. |
| latitude | Double precision floating point real number | The latitude of the lat/long point expressed as a double | Required on create. Minimum: -90.0. Maximum: 90.0. |
| longitude | Double precision floating point real number | The Longitude of the lat/Long point expressed as a double | Required on create. Minimum: -180.0. Maximum: 180.0. |