toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.sdk.search.data
/
SerializableBoundingBox
Serializable
Bounding
Box
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
class
SerializableBoundingBox
(
val
southwest
:
SerializablePoint
,
val
northeast
:
SerializablePoint
)
Members
Constructors
Serializable
Bounding
Box
Link copied to clipboard
constructor
(
southwest
:
SerializablePoint
,
northeast
:
SerializablePoint
)
Properties
northeast
Link copied to clipboard
val
northeast
:
SerializablePoint
southwest
Link copied to clipboard
val
southwest
:
SerializablePoint
Functions
to
Bounding
Box
Link copied to clipboard
fun
toBoundingBox
(
)
:
BoundingBox