sdk-search / com.tomtom.online.sdk.search.data.autocomplete.response / GeoBias

GeoBias

open class GeoBias : Serializable

The geo bias passed to the autocomplete engine by setting the position and radius parameters.

Constructors

<init>

GeoBias()

The geo bias passed to the autocomplete engine by setting the position and radius parameters.

Properties

position

var position: LatLng!

Position used to bias the results by setting the optional [lat] and [lon] Request parameters. -- GETTER --

radius

var radius: Int!

The optional [radius] (in meters) Request parameter passed by the user. -- GETTER --