Google Maps Platform · Example Payload

Google Maps Places Place Example

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Google Maps Places Place Example is an example object payload from Google Maps Platform, with 32 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameidtypesprimaryTypenationalPhoneNumberinternationalPhoneNumberformattedAddressshortFormattedAddressaddressComponentsratinguserRatingCountgoogleMapsUriwebsiteUripriceLevelbusinessStatusutcOffsetMinutesreviewsphotosadrFormatAddressiconMaskBaseUriiconBackgroundColordineIntakeoutdeliverycurbsidePickupreservableservesBreakfastservesLunchservesDinnerservesBeerservesWineservesVegetarianFood

Example Payload

Raw ↑
{
  "name": "Example Title",
  "id": "abc123",
  "types": [],
  "primaryType": "example_value",
  "nationalPhoneNumber": "example_value",
  "internationalPhoneNumber": "example_value",
  "formattedAddress": "example_value",
  "shortFormattedAddress": "example_value",
  "addressComponents": [],
  "rating": 42.5,
  "userRatingCount": 10,
  "googleMapsUri": "example_value",
  "websiteUri": "example_value",
  "priceLevel": "example_value",
  "businessStatus": "example_value",
  "utcOffsetMinutes": 10,
  "reviews": [],
  "photos": [],
  "adrFormatAddress": "example_value",
  "iconMaskBaseUri": "example_value",
  "iconBackgroundColor": "example_value",
  "dineIn": true,
  "takeout": true,
  "delivery": true,
  "curbsidePickup": true,
  "reservable": true,
  "servesBreakfast": true,
  "servesLunch": true,
  "servesDinner": true,
  "servesBeer": true,
  "servesWine": true,
  "servesVegetarianFood": true
}