Google Maps Platform · Schema
Place
A complete place representation from the Places API (New)
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The resource name of this place in the format places/{placeId}. |
| id | string | The unique place ID |
| types | array | A set of type tags for this place. Full list at https://developers.google.com/maps/documentation/places/web-service/place-types |
| primaryType | string | The primary type of this place |
| nationalPhoneNumber | string | The place's phone number in national format |
| internationalPhoneNumber | string | The place's phone number in international format |
| formattedAddress | string | The full human-readable address for this place |
| shortFormattedAddress | string | A short human-readable address for this place |
| addressComponents | array | The individual address components of the place |
| rating | number | The place's rating on a scale of 1.0 to 5.0 |
| userRatingCount | integer | The total number of user ratings |
| googleMapsUri | string | A URL to the place's page on Google Maps |
| websiteUri | string | The place's website URL |
| priceLevel | string | The price level of the place |
| businessStatus | string | The business status of the place |
| utcOffsetMinutes | integer | Number of minutes this place's current timezone is offset from UTC |
| reviews | array | Up to 5 reviews for this place |
| photos | array | Photos associated with this place |
| adrFormatAddress | string | The place's address in adr microformat |
| iconMaskBaseUri | string | A URL for an SVG icon mask |
| iconBackgroundColor | string | Background color for the icon in hex format |
| dineIn | boolean | Whether the place supports dine-in |
| takeout | boolean | Whether the place supports takeout |
| delivery | boolean | Whether the place supports delivery |
| curbsidePickup | boolean | Whether the place supports curbside pickup |
| reservable | boolean | Whether the place supports reservations |
| servesBreakfast | boolean | |
| servesLunch | boolean | |
| servesDinner | boolean | |
| servesBeer | boolean | |
| servesWine | boolean | |
| servesVegetarianFood | boolean |