toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-dash-config
/
com.mapbox.dash.sdk.config.api
/
DashCameraBounds
Dash
Camera
Bounds
@
Serializable
class
DashCameraBounds
(
val
southwest
:
Point
,
val
northeast
:
Point
)
Members
Constructors
Dash
Camera
Bounds
Link copied to clipboard
constructor
(
southwest
:
Point
,
northeast
:
Point
)
Properties
northeast
Link copied to clipboard
@
Serializable
(
with
=
PointSerializer::class
)
val
northeast
:
Point
southwest
Link copied to clipboard
@
Serializable
(
with
=
PointSerializer::class
)
val
southwest
:
Point
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