3.0.0 #93
boldtrn
announced in
Announcements
3.0.0
#93
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
com.mapbox.services.android.navigation.v5.models.DirectionsResponse.fromJson(JSON_STRING_FROM_API_RESPONSE);
RouteFetcher
has been split toRouteFetcher
andMapboxRouteFetcher
. The latter is in the ui module now.NavigationRoute
has been moved to the ui module.RouteProcessorBackgroundThread.Listener#onCheckFasterRoute
was removed as this relied on parts of the RouteFetcher that don't work anymore in the core. If you need this feature, you implement this in the UI code.maximumDistanceOffRoute
as deprecated #65OffRouteDetector
#65currentLegAnnotation
inNavigationRouteProcessor
, fixes legs don't reset on rerouting.New Contributors
Full Changelog: 2.0.0...3.0.0
This discussion was created from the release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions