maplibre-navigation-core
Toggle table of contents
2dc423b0
common
Platform filter
common
Switch theme
Search in API
maplibre-navigation-core
maplibre-navigation-core
/
org.maplibre.navigation.core.models
/
LegAnnotation
/
LegAnnotation
Leg
Annotation
constructor
(
distance
:
List
<
Double
>
?
=
null
,
duration
:
List
<
Double
>
?
=
null
,
speed
:
List
<
Double
>
?
=
null
,
maxSpeed
:
List
<
MaxSpeed
>
?
=
null
,
congestion
:
List
<
String
>
?
=
null
)