community.gifthood.geo.defs

gifthood.community

Documentation

area object

A resolved (named) geo cell — the reverse-geocoded label for a geohash. Distinct from actor.defs#areaView (the saved home area + search radius); this is naming only.

Properties

coarse boolean Optional

True when the label is county-level (a coarse 'approximate' hint), per cellKind.

displayName string Optional

The reverse-geocoded label for the cell. Display only; absent when the cell has no name.

geohash string Required

The geohash cell being named (gh-6 privacy floor).

View raw schema
{
  "type": "object",
  "required": [
    "geohash"
  ],
  "properties": {
    "coarse": {
      "type": "boolean",
      "description": "True when the label is county-level (a coarse 'approximate' hint), per cellKind."
    },
    "geohash": {
      "type": "string",
      "description": "The geohash cell being named (gh-6 privacy floor)."
    },
    "displayName": {
      "type": "string",
      "description": "The reverse-geocoded label for the cell. Display only; absent when the cell has no name."
    }
  },
  "description": "A resolved (named) geo cell — the reverse-geocoded label for a geohash. Distinct from actor.defs#areaView (the saved home area + search radius); this is naming only."
}

Lexicon Garden

@