open class GeoBias : Serializable
The geo bias passed to the autocomplete engine by setting the position and radius parameters.
GeoBias()
The geo bias passed to the autocomplete engine by setting the position and radius parameters. |
var position: LatLng!
Position used to bias the results by setting the optional [lat] and [lon] Request parameters. -- GETTER -- |
|
var radius: Int!
The optional [radius] (in meters) Request parameter passed by the user. -- GETTER -- |