Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.41 KB

FindPlaceFromQueryRequest.md

File metadata and controls

32 lines (17 loc) · 1.41 KB

See html formatted version

FindPlaceFromQueryRequest interface

google.maps.places.FindPlaceFromQueryRequest interface

A find place from text search request to be sent to PlacesService.findPlaceFromQuery.

Library

places

Properties

undefined

Type:  Array

Fields to be included in the response, which will be billed for. If ['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 PlaceResult. Nested fields can be specified with dot-paths (for example, "geometry.location").

undefined

Type:  LocationBias optional

The bias used when searching for Place. The result will be biased towards, but not restricted to, the given LocationBias.

undefined

Type:  string

The request's query. For example, the name or address of a place.