Maps and Navigation SDK
1.0.0
androidJvm
com.tomtom.sdk.hazards:hazards-model
/
com.tomtom.sdk.hazards.model
/
HazardLocation
/
Spot
Spot
data
class
Spot
(
val
coordinate
:
GeoPoint
,
val
course
:
Angle
?
=
null
)
:
HazardLocation
Members
Constructors
Spot
Link copied to clipboard
constructor
(
coordinate
:
GeoPoint
,
course
:
Angle
?
=
null
)
Properties
coordinate
Link copied to clipboard
val
coordinate
:
GeoPoint
course
Link copied to clipboard
val
course
:
Angle
?
=
null