Options
All
  • Public
  • Public/Protected
  • All
Menu

A Place details query to be sent to the PlacesService.

Hierarchy

  • PlaceDetailsRequest

Index

Properties

fields?: string[]

Fields to be included in the details response, which will be billed for. If no fields are specified or ['ALL'] is passed in, all available fields will be returned and billed for (this is not recommended for production deployments). For a list of fields see google.maps.places.PlaceResult. Nested fields can be specified with dot-paths (for example, "geometry.location").

language?: null | string

A language identifier for the language in which details should be returned. See the list of supported languages.

placeId: string

The Place ID of the Place for which details are being requested.

region?: null | string

A region code of the user's region. This can affect which photos may be returned, and possibly other things. The region code accepts a ccTLD ("top-level domain") two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is "uk" (.co.uk) while its ISO 3166-1 code is "gb" (technically for the entity of "The United Kingdom of Great Britain and Northern Ireland").

Unique reference used to bundle the details request with an autocomplete session.

Generated using TypeDoc