Maps and Navigation SDK
2.1.0-rc05
androidJvm
com.tomtom.sdk.location:model
/
com.tomtom.sdk.location
/
GeoBias
Geo
Bias
@
RestrictToExtendedFlavor
(
value
=
[
ExternalScope.LIBRARY_GROUP
]
)
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.