A physical location contained in the Foursquare Open Source Places dataset.
Properties
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."
}