community.lexicon.location.geo

didplc.bsky.social View official

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 Optional

No description available.

longitude string Optional

No description available.

name string Optional

The name of the location.

View raw schema
{
  "type": "object",
  "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

@