Google Maps Platform · Schema
Google Maps Place
A place as represented by the Google Maps Places API (New). Contains comprehensive information about a physical location including identity, contact details, location data, ratings, reviews, opening hours, and service options. Based on the Google Maps Platform Places API documentation.
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The resource name of this place in the format places/{placeId} |
| id | string | The unique place ID. A textual identifier that uniquely identifies a place in the Google Places database and on Google Maps. |
| displayName | object | The localized display name of the place, suitable for short textual identification |
| types | array | A set of type tags for this place. A place can have multiple types. Full list defined by Google Maps Place Types. |
| primaryType | string | The primary type of this place, representing the most specific type tag |
| primaryTypeDisplayName | object | The display name of the primary type, localized to the request language |
| nationalPhoneNumber | string | The place's phone number in national format |
| internationalPhoneNumber | string | The place's phone number in international format, including country code |
| formattedAddress | string | The full human-readable address for this place, including street, city, state/province, postal code, and country |
| shortFormattedAddress | string | A short human-readable address, typically including only the street address and city |
| addressComponents | array | The individual address components of the place's address, broken down by type (street number, route, locality, etc.) |
| location | object | The geographic location of the place as latitude/longitude coordinates |
| viewport | object | A viewport suitable for displaying the place on a map of average size |
| rating | number | The place's overall rating based on aggregated user reviews, on a scale of 1.0 to 5.0 |
| userRatingCount | integer | The total number of user ratings that contributed to the place's overall rating |
| googleMapsUri | string | A URL pointing to this place's page on Google Maps |
| websiteUri | string | The authoritative website URL for this place, if known |
| regularOpeningHours | object | The regular (non-holiday) opening hours for this place |
| currentOpeningHours | object | The current opening hours, which may differ from regular hours due to holidays or special events |
| priceLevel | string | The price level of the place, indicating relative cost |
| businessStatus | string | The operational status of the business |
| utcOffsetMinutes | integer | Number of minutes this place's current timezone is offset from UTC |
| reviews | array | A list of up to 5 reviews for this place, sorted by relevance |
| photos | array | Photos associated with this place, including references for fetching photo media |
| editorialSummary | object | A brief editorial summary of the place, written by Google |
| adrFormatAddress | string | The place's address in adr microformat (http://microformats.org/wiki/adr) |
| iconMaskBaseUri | string | A URL to an SVG icon mask that can be used to represent the place's type |
| iconBackgroundColor | string | The background color for the place's type icon, in hex format |
| plusCode | object | The Open Location Code (plus code) for this place |
| accessibilityOptions | object | Accessibility features available at this place |
| parkingOptions | object | Parking options available at this place |
| paymentOptions | object | Payment methods accepted at this place |
| dineIn | boolean | Whether the place supports dine-in service |
| takeout | boolean | Whether the place offers takeout service |
| delivery | boolean | Whether the place offers delivery service |
| curbsidePickup | boolean | Whether the place offers curbside pickup |
| reservable | boolean | Whether the place accepts reservations |
| servesBreakfast | boolean | Whether the place serves breakfast |
| servesLunch | boolean | Whether the place serves lunch |
| servesDinner | boolean | Whether the place serves dinner |
| servesBeer | boolean | Whether the place serves beer |
| servesWine | boolean | Whether the place serves wine |
| servesVegetarianFood | boolean | Whether the place serves vegetarian food |