toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.presentation.model
/
IntersectionIndices
Intersection
Indices
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
IntersectionIndices
(
val
legIndex
:
Int
,
val
stepIndex
:
Int
,
val
intersectionIndex
:
Int
)
:
Comparable
<
IntersectionIndices
>
Members
Constructors
Intersection
Indices
Link copied to clipboard
constructor
(
legIndex
:
Int
,
stepIndex
:
Int
,
intersectionIndex
:
Int
)
Properties
intersection
Index
Link copied to clipboard
val
intersectionIndex
:
Int
leg
Index
Link copied to clipboard
val
legIndex
:
Int
step
Index
Link copied to clipboard
val
stepIndex
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
IntersectionIndices
)
:
Int