toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-ipc-client-core
/
com.mapbox.dash.sdk.ipc.client.core.model
/
BoundingBox
Bounding
Box
class
BoundingBox
(
val
southwest
:
Point
,
val
northeast
:
Point
)
A bounding box is a rectangular area of a map.
See also
glossary
Members
Constructors
Bounding
Box
Link copied to clipboard
constructor
(
southwest
:
Point
,
northeast
:
Point
)
Properties
northeast
Link copied to clipboard
val
northeast
:
Point
southwest
Link copied to clipboard
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