The latlongitem object representation and fields are described below.
latlongitem was introduced in API version V1
latlongitem has not been marked for deprecation
Latitude / Longitude content item associated with an entity
{
"urn" : "a01e8e1c-ad03-45b5-9d9f-c060aa8ad9b1",
"url" : "/n/v1/latlongitem/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",
"url" : "/n/v1/latlongitem/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 | |
| url | URL represented as a string | The URL to access the Lat/Long item | |
| 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. |
| isPublished | Boolean literal e.g. true | Boolean indicating if this lat long content item is publised. Used in the context of item history. | |
| createdTimestamp | Timestamp expressed in ISO 8601 format without timezone including milliseconds. Note unless otherwise stated in UTC zone. | The timestamp the lat/long item was created in history view | |
| history | Lat / Long item history | The history of the latitude / longitude item | |