Place Data Fields (original) (raw)
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, seeUsage and Billing.
The following table lists all supported place data field values by pricing tier, and platform.
Basic Data
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 API fields support
Find Place,Nearby Search, andText Searchrequests 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 curbside_pickup current_opening_hours delivery dine_in editorial_summary formatted_phone_number international_phone_number opening_hours.periods opening_hours.special_days opening_hours.type opening_hours.weekday_text reservable secondary_opening_hours reviews | serves_beer serves_breakfast serves_brunch serves_dinner serves_lunch serves_vegetarian_food serves_wine takeout type url user_ratings_total utc_offset_minutes vicinity website wheelchair_accessible_entrance |
---|
To return one or more of these data fields for a place, make aPlace Details request, pass a place ID, and specify which fields to return.