maplibre-navigation-core
Toggle table of contents
46dd34b6
common
Platform filter
common
Switch theme
Search in API
maplibre-navigation-core
maplibre-navigation-core
/
org.maplibre.navigation.core.models
/
RouteLeg
/
RouteLeg
Route
Leg
constructor
(
distance
:
Double
,
duration
:
Double
,
steps
:
List
<
LegStep
>
,
durationTypical
:
Double
?
=
null
,
summary
:
String
?
=
null
,
admins
:
List
<
Admin
>
?
,
incidents
:
List
<
Incident
>
?
=
null
,
annotation
:
LegAnnotation
?
=
null
,
closures
:
List
<
Closure
>
?
=
null
)