v0.12.2
Beginning with this release, we’ve compiled a set of examples showing how to accomplish common tasks with this SDK. You can also check out the navigation-ios-examples project and run the included application on your device.
User interface
- Fixed a crash loading
NavigationViewController. (#977) - Fixed issues causing the user puck to animate at the wrong framerate while the device is unplugged. (#970)
- Fixed unexpected behavior that occurred if only one
Stylewas specified when initializingNavigationViewController. (#990) - A UIView can be supplied to be used for the user puck. #1012
Core Navigation
- If
RouteControllerinitially follows an alternative route, it now attempts to follow the most similar route after rerouting. (#995) - Fixed an issue preventing the
RouteControllerDelegate.routeController(_:didArriveAt:)method from being called ifnavigationViewController(_:shouldIncrementLegWhenArrivingAtWaypoint:)was unimplemented. (#984) - Added a
VoiceControllerDelegate.voiceController(_:willSpeak:routeProgress:)method for changing spoken instructions on an individual basis. (#988)
Documentation is available online or within Xcode.