You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using DirectionsResponse.fromJson(String json) to parse a GeoJson Directions Response, but the DirectionsRoute are not provided with RouteOptions and I can't use them for navigation.
In MapBox i have seen the DirectionsResponse.fromJson(String json, RouteOptions routeOptions) which is missing in Maplibre.
Is there an alternative way to add the RouteOptions ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using
DirectionsResponse.fromJson(String json)
to parse a GeoJson Directions Response, but theDirectionsRoute
are not provided withRouteOptions
and I can't use them for navigation.In MapBox i have seen the
DirectionsResponse.fromJson(String json, RouteOptions routeOptions)
which is missing in Maplibre.Is there an alternative way to add the RouteOptions ?
Beta Was this translation helpful? Give feedback.
All reactions