A physical location in the form of a WGS84 coordinate.
Properties
View raw schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"name": {
"type": "string",
"description": "The name of the location."
},
"altitude": {
"type": "string"
},
"latitude": {
"type": "string"
},
"longitude": {
"type": "string"
}
},
"description": "A physical location in the form of a WGS84 coordinate."
}