Skip to main content

Place

A place is point of interest in the real world.

Geometry TypePoint
Themeplaces
Typeplace

Schema

Loading ....

Examples

{
"id": "overture:places:place:1",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
]
},
"properties": {
"categories": {
"main": "some_category"
},
"confidence": 0.9,
"websites": [
"https://www.example.com"
],
"emails": [
"info@example.com"
],
"socials": [
"https://www.twitter.com/example"
],
"phones": [
"+32 1207"
],
"brand": {
"names": {
"primary": "My Sweet POI Brand"
},
"wikidata": "Q1000"
},
"addresses": [
{
"freeform": "770 Broadway, Floor 8",
"locality": "New York"
},
{
"freeform": "770 Brodway, #802",
"locality": "New York",
"region": "US-NY",
"country": "US"
}
],
"theme": "places",
"type": "place",
"version": 0,
"update_time": "2023-02-22T23:55:01-08:00",
"sources": [
{
"property": "",
"dataset": "metaPlaces",
"record_id": "10101"
},
{
"property": "/properties/brand",
"dataset": "msftPlaces",
"record_id": "10df72b8"
}
],
"names": {
"primary": "My Sweet POI",
"common": {
"es": "Something in Spanish"
},
"rules": [
{
"variant": "short",
"value": "MSPOI"
}
]
}
}
}