AI-generated Key Takeaways
-
Place data fields determine the information returned in Place objects for Place Details, Text Search, and Nearby Search requests.
-
You must specify at least one field in the field mask when making a request, otherwise, the call returns an error.
-
Place data fields are organized by pricing tiers (SKUs) which affect billing; review the Usage and Billing page for details.
-
The
RESOURCE_NAME
field provides the place's resource name, whileDISPLAY_NAME
gives the place's textual name. -
Only place results containing data for the requested fields are returned, ensuring no empty results.
Place data fields define the place data to return in the response
Place
object for
Place Details (New),
Text Search (New),
and Nearby Search (New).
In the request, you specify the list of fields to return, called the field mask or field list, from
Place.Field
.
If you don't specify at least one field in the field mask, or if you omit the field mask, then the
call returns an error.
This page lists all the place data fields by pricing tier (SKU). For more information about how requests are billed, see Usage and Billing.