community.lexicon.location.geo

lexicon.community

Documentation

A physical location in the form of a WGS84 coordinate.

main object

A physical location in the form of a WGS84 coordinate.

Properties

altitude string Optional

No description available.

latitude string Required

No description available.

longitude string Required

No description available.

name string Optional

The name of the location.

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."
}

Lexicon Garden

@