Maps and Navigation SDK
0.43.0
androidJvm
com.tomtom.sdk.location:model
/
com.tomtom.sdk.location
/
GeoBias
Geo
Bias
data
class
GeoBias
(
val
coordinate
:
GeoPoint
,
val
radius
:
Distance
)
Implementation of the
GeoPoint
with a radius.
Members
Constructors
Geo
Bias
Link copied to clipboard
constructor
(
coordinate
:
GeoPoint
,
radius
:
Distance
)
Properties
coordinate
Link copied to clipboard
val
coordinate
:
GeoPoint
The center of the circle.
radius
Link copied to clipboard
val
radius
:
Distance
The radius of the circle.