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
selected
:
Boolean
=
false
)
Members
Constructors
Marker
Link copied to clipboard
constructor
(
type
:
Marker.Type
,
point
:
Point
,
selected
:
Boolean
=
false
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Marker.Type
>
Properties
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