open class GeoBias : Serializable
The geo bias passed to the autocomplete engine by setting the position and radius parameters.
GeoBias()
Empty constructor for the GeoBias(position: LatLng!, radius: Int!)
Default constructor for the |
var position: LatLng!
Position used to bias the results by setting the optional [lat] and [lon] request parameters. |
|
var radius: Int!
The optional [radius] (in meters) request parameter passed by the user. |
open fun getPosition(): LatLng!
Returns the radius request parameter. |
|
open fun getRadius(): Int!
Returns the position request parameter. |
|
open fun toString(): String |