Uses of Class
ai.nextbillion.maps.QueryAutocompleteRequest
| Package | Description |
|---|---|
| ai.nextbillion.maps |
-
Uses of QueryAutocompleteRequest in ai.nextbillion.maps
Methods in ai.nextbillion.maps that return QueryAutocompleteRequest Modifier and Type Method Description QueryAutocompleteRequestQueryAutocompleteRequest. input(java.lang.String input)The text string on which to search.QueryAutocompleteRequestQueryAutocompleteRequest. location(LatLng location)The point around which you wish to retrieve place information.QueryAutocompleteRequestQueryAutocompleteRequest. offset(int offset)The character position in the input term at which the service uses text for predictions.QueryAutocompleteRequestQueryAutocompleteRequest. radius(int radius)The distance (in meters) within which to return place results.