Place data fields define the types of Place data to return when requesting Place Details. This page lists all place data fields, and explains how they are supported for each API/SDK (support for place fields varies by platform and/or feature).
For more information about how Place Details requests are billed, see Usage and Billing.
The following table lists all supported place data field values by pricing tier, and platform.
Basic Data
Contact Data Fields
Field | Places API | Places Library, Maps JavaScript API | Places SDK for Android | Places SDK for iOS |
---|---|---|---|---|
Phone Number | formatted_phone_number |
formatted_phone_number |
--- |
--- |
International Phone Number | international_phone_number |
international_phone_number |
Place.Field.PHONE_NUMBER |
GMSPlaceFieldPhoneNumber |
Opening Hours | opening_hours |
opening_hours |
Place.Field.OPENING_HOURS |
GMSPlaceFieldOpeningHours |
Current Opening Hours | current_opening_hours |
--- |
Place.Field.CURRENT_OPENING_HOURS |
GMSPlaceFieldCurrentOpeningHours |
Secondary Opening Hours | secondary_opening_hours |
--- |
Place.Field.SECONDARY_OPENING_HOURS |
GMSPlaceFieldSecondaryOpeningHours |
Website | website |
website |
Place.Field.WEBSITE_URI |
GMSPlaceFieldWebsite |
Atmosphere Data Fields
Places SDK for iOS fields support
In addition to the fields listed above, the Places SDK for iOS includes
the GMSPlaceFieldAll
data type, which has the effect of returning
all available data fields.
findPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
does NOT support the following fields:
GMSPlaceFieldTakeout
GMSPlaceFieldDelivery
GMSPlaceFieldDineIn
GMSPlaceFieldCurbsidePickup
GMSPlaceFieldAddressComponents
GMSPlaceFieldOpeningHours
GMSPlaceFieldPhoneNumber
GMSPlaceFieldWebsite
GMSPlaceFieldUtcOffsetMinutes