| name | data type | description |
|---|---|---|
| Coordinates | CoordinatesStructure | |
| Longitude | number | |
| Latitude | number | |
| Precision | number | |
| id | string | |
| srsName | string |
Example
{
"Coordinates" : {
"value" : [ "...", "..." ]
},
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
}