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

community.lexicon.location.fsq

lexicon.community

Documentation

main object

A physical location contained in the Foursquare Open Source Places dataset.

Properties

fsq_place_id string Required

The unique identifier of a Foursquare POI.

latitude string Optional

No description provided.

longitude string Optional

No description provided.

name string Optional

The name of the location.

View raw schema
{
  "type": "object",
  "required": [
    "fsq_place_id"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the location."
    },
    "latitude": {
      "type": "string"
    },
    "longitude": {
      "type": "string"
    },
    "fsq_place_id": {
      "type": "string",
      "description": "The unique identifier of a Foursquare POI."
    }
  },
  "description": "A physical location contained in the Foursquare Open Source Places dataset."
}

Lexicon Garden

@