Maps and Navigation SDK
androidJvm
com.tomtom.sdk.hazards:hazards-online
/
com.tomtom.sdk.hazards.online
/
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