toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.presentation.model
/
RouteAlertPresentation
Route
Alert
Presentation
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
RouteAlertPresentation
(
val
priority
:
Int
,
val
imageId
:
String
,
val
points
:
List
<
Point
>
)
Members
Constructors
Route
Alert
Presentation
Link copied to clipboard
constructor
(
priority
:
Int
,
imageId
:
String
,
points
:
List
<
Point
>
)
Properties
image
Id
Link copied to clipboard
val
imageId
:
String
points
Link copied to clipboard
val
points
:
List
<
Point
>
priority
Link copied to clipboard
val
priority
:
Int