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
continueToNextDestination() return type changed from NavigationWaypoint? to ContinueToNextDestinationResponse, which contains waypoint (NavigationWaypoint?) and routeStatus (NavigationRouteStatus?, iOS only). The method has also been un-deprecated and it is now the recommended way to advance to the next waypoint when navigating to multiple destinations.
Features
upgrade Nav SDKs to Android 7.6.0 and iOS 10.12.0 (#664) (013f386)
Bug Fixes
adds missing mapping for onMyLocationClicked and onMyLocationButtonClicked events (#666) (caad31b)