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 Library, Maps JavaScript API fields support
Find Place, Nearby Search, and Text Search requests all return a subset of the fields that are returned by Place Details requests. These methods do NOT return the following fields:
address_component
adr_address
formatted_phone_number
international_phone_number
opening_hours
(Not returned for any Place Searches. For Nearby Search and Text Search, useopenNow
request parameter.)reviews
takeout
type
url
utc_offset_minutes
vicinity
website
To return one or more of these data fields for a place, make a Place Details request, pass a place ID, and specify which fields to return.