Backfill in-progress. Some lexicons and records may be missing or incomplete.

community.lexicon.location.geo

lexicon.community

Documentation

main object

A physical location in the form of a WGS84 coordinate.

Properties

altitude string Optional

No description provided.

latitude string Required

No description provided.

longitude string Required

No description provided.

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

@