toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-dash-config
/
com.mapbox.dash.sdk.config.api
/
SymbolDescriptorRoutePoint
Symbol
Descriptor
Route
Point
@
Serializable
class
SymbolDescriptorRoutePoint
(
val
coordinate
:
Point
,
val
themeId
:
ThemeId
,
val
type
:
SymbolDescriptorRoutePoint.Type
,
val
groups
:
List
<
SearchGroup
>
)
:
SymbolDescriptor
Members
Constructors
Symbol
Descriptor
Route
Point
Link copied to clipboard
constructor
(
coordinate
:
Point
,
themeId
:
ThemeId
,
type
:
SymbolDescriptorRoutePoint.Type
,
groups
:
List
<
SearchGroup
>
)
Types
Type
Link copied to clipboard
@
Serializable
abstract
class
Type
Properties
coordinate
Link copied to clipboard
@
Serializable
(
with
=
PointSerializer::class
)
open
override
val
coordinate
:
Point
groups
Link copied to clipboard
val
groups
:
List
<
SearchGroup
>
theme
Id
Link copied to clipboard
open
override
val
themeId
:
ThemeId
type
Link copied to clipboard
val
type
:
SymbolDescriptorRoutePoint.Type
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String