Place Data Fields

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

Field Places API Places Library, Maps JavaScript API Places SDK for Android Places SDK for iOS
Address Components address_components address_components Place.Field.ADDRESS_COMPONENTS GMSPlaceFieldAddressComponents
Address adr_address adr_address --- ---
Business Status business_status business_status Place.Field.BUSINESS_STATUS GMSPlaceFieldBusinessStatus
Formatted Address formatted_address formatted_address Place.Field.ADDRESS GMSPlaceFieldFormattedAddress
Viewport geometry/viewport geometry.viewport Place.Field.VIEWPORT GMSPlaceFieldViewport
Location geometry/location geometry.location Place.Field.LAT_LNG GMSPlaceFieldCoordinate
Icon icon icon --- ---
Icon Mask Base URI icon_mask_base_uri icon_mask_base_uri Place.Field.ICON_URL GMSPlaceFieldIconImageURL
Icon Background Color icon_background_color icon_background_color Place.Field.ICON_BACKGROUND_COLOR GMSPlaceFieldIconBackgroundColor
Name name name Place.Field.NAME GMSPlaceFieldName
Permanently Closed (deprecated) permanently_closed permanently_closed --- ---
Photo photos photos Place.Field.PHOTO_METADATAS GMSPlaceFieldPhotos
Place ID place_id place_id Place.Field.ID GMSPlaceFieldPlaceID
Plus Code plus_code plus_code Place.Field.PLUS_CODE GMSPlaceFieldPlusCode
Type type type Place.Field.TYPES GMSPlaceFieldTypes
URL url url --- ---
UTC Offset utc_offset utc_offset_minutes Place.Field.UTC_OFFSET GMSPlaceFieldUTCOffsetMinutes
Vicinity vicinity vicinity --- ---
Wheelchair Accessible Entrance wheelchair_accessible_entrance --- Place.Field.WHEELCHAIR_ACCESSIBLE_ENTRANCE GMSPlaceFieldWheelchairAccessibleEntrance

Contact Data Fields

Atmosphere Data Fields

Places 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
  • 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 a Place Details request, pass a place ID, and specify which fields to return.