toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
Marker
Marker
data
class
Marker
(
val
type
:
Marker.Type
,
val
point
:
Point
,
val
categories
:
List
<
String
>
,
val
selected
:
Boolean
=
false
)
Members
Constructors
Marker
Link copied to clipboard
constructor
(
type
:
Marker.Type
,
point
:
Point
,
categories
:
List
<
String
>
,
selected
:
Boolean
=
false
)
Types
Type
Link copied to clipboard
sealed
class
Type
Properties
categories
Link copied to clipboard
val
categories
:
List
<
String
>
point
Link copied to clipboard
val
point
:
Point
selected
Link copied to clipboard
val
selected
:
Boolean
=
false
type
Link copied to clipboard
val
type
:
Marker.Type