toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.presentation.model
Package-level
declarations
Types
Types
Route
Alert
Presentation
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
RouteAlertPresentation
(
val
priority
:
Int
,
val
imageId
:
String
,
val
points
:
List
<
Point
>
)
Visible
Map
Area
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
VisibleMapArea
(
val
edgeInsets
:
EdgeInsets
,
val
polygon
:
Polygon
)