Maps and Navigation SDK
1.11.0
androidJvm
com.tomtom.sdk.hazards:hazards-model
/
com.tomtom.sdk.hazards.model
/
HazardLocation
/
Area
Area
class
Area
(
val
area
:
GeoBounds
)
:
HazardLocation
Represents an area as a hazard location.
Members
Constructors
Area
Link copied to clipboard
constructor
(
area
:
GeoBounds
)
Properties
area
Link copied to clipboard
val
area
:
GeoBounds
The geographical bounds of the area.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String