Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.61 KB

QueryAutocompletionRequest.md

File metadata and controls

44 lines (23 loc) · 1.61 KB

See html formatted version

QueryAutocompletionRequest interface

google.maps.places.QueryAutocompletionRequest interface

An QueryAutocompletion request to be sent to the QueryAutocompleteService.

Library

places

Properties

undefined

Type:  LatLngBounds|LatLngBoundsLiteral optional

Bounds for prediction biasing. Predictions will be biased towards, but not restricted to, the given bounds. Both location and radius will be ignored if bounds is set.

undefined

Type:  string

The user entered input string.

undefined

Type:  LatLng optional

Location for prediction biasing. Predictions will be biased towards the given location and radius. Alternatively, bounds can be used.

undefined

Type:  number optional

The character position in the input term at which the service uses text for predictions (the position of the cursor in the input field).

undefined

Type:  number optional

The radius of the area used for prediction biasing. The radius is specified in meters, and must always be accompanied by a location property. Alternatively, bounds can be used.