place
A physical location — address, building, city, or point of interest. Used for meeting locations, shipping addresses, store/restaurant locations, headquarters, airports, etc.
Follows the Google Places / Mapbox model: a place IS the thing. A Costco location is a place with feature_type “poi”, hours, rating, and delivery. The company (Costco Inc.) is an organization. The location is a place.
| Metadata | Value |
|---|---|
| Plural | places |
| Subtitle field | fullAddress |
| Identity | googlePlaceId, mapboxId |
Fields
Section titled “Fields”| Field | Type |
|---|---|
fullAddress | string |
placeFormatted | string |
streetNumber | string |
street | string |
neighborhood | string |
locality | string |
city | string |
district | string |
region | string |
postalCode | string |
country | string |
countryCode | string |
latitude | number |
longitude | number |
accuracy | string |
featureType | string |
categories | string[] |
phone | string |
website | url |
hours | json |
businessStatus | string |
rating | number |
reviewCount | integer |
priceLevel | string |
timezone | string |
mapboxId | string |
wikidataId | string |
googlePlaceId | string |
Relations
Section titled “Relations”| Relation | Target |
|---|---|
brand | organization |
offers | product[] |
Prior art
Section titled “Prior art”External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- schema.org/Place + PostalAddress — Our latitude/longitude = geo.latitude/longitude; street/city/region/postalCode/countryCode map to PostalAddress streetAddress/addressLocality/addressRegion/postalCode/addressCountry; hours ≈ openingHoursSpecification; rating/reviewCount ≈ aggregateRating.
- Google Places API (Place resource) — Practical POI schema. Our googlePlaceId = id; featureType/categories ≈ types/primaryType; businessStatus, priceLevel, rating match directly.
- GeoJSON (RFC 7946) + ISO 3166-1 — Our latitude/longitude are a GeoJSON Point [lon, lat]; countryCode follows ISO 3166-1 alpha-2.
Skills that produce this shape
Section titled “Skills that produce this shape”- uber —
get_store,search_address,list_addresses,search_stores,list_nearby_stores