LocationStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Longitude number
Latitude number
Coordinates CoordinatesStructure
Precision number
id string
srsName string

Example

{
  "Longitude" : 12345.0,
  "Latitude" : 12345.0,
  "Coordinates" : {
    "value" : [ "...", "..." ]
  },
  "Precision" : 12345,
  "id" : "...",
  "srsName" : "..."
}