maplibre-navigation-core
Toggle table of contents
8058cd2d
common
Platform filter
common
Switch theme
Search in API
maplibre-navigation-core
maplibre-navigation-core
/
org.maplibre.navigation.core.models
/
DirectionsResponse
/
DirectionsResponse
Directions
Response
constructor
(
code
:
String
,
routes
:
List
<
DirectionsRoute
>
,
message
:
String
?
=
null
,
waypoints
:
List
<
DirectionsWaypoint
>
?
=
null
,
uuid
:
String
?
=
null
)