This is the unformatted version of the query suggested by the Places service.
The distance in meters of the place from the google.maps.places.AutocompletionRequest.origin.
A set of substrings in the place's description that match elements in the user's input, suitable for use in highlighting those substrings. Each substring is identified by an offset and a length, expressed in unicode characters.
A place ID that can be used to retrieve details about this place using the place details service (see google.maps.places.PlacesService.getDetails).
Structured information about the place's description, divided into a main text and a secondary text, including an array of matched substrings from the autocomplete input, identified by an offset and a length, expressed in unicode characters.
Information about individual terms in the above description, from most to least specific. For example, "Taco Bell", "Willitis", and "CA".
An array of types that the prediction belongs to, for example
'establishment'
or 'geocode'
.
Generated using TypeDoc
Represents a single autocomplete prediction.