Imanuel Pardosi
Imanuel Pardosi

Reputation: 331

Is it possible to user NMANavigationManager in Offline Mode?

I already succeeded to download Map Packages, and it works well in offline mode. Is it possible to use turn-by-turn navigation using NMANavigationManager in offline mode? I wanna provide voice and visual instructions in offline mode.

Sample code download Map Packages: https://github.com/heremaps/here-ios-sdk-examples/tree/master/map-downloader-ios-swift

Sample code turn-by-turn navigation: https://github.com/heremaps/here-ios-sdk-examples/tree/master/turn-by-turn-navigation-ios-swift

Thanks in advance.

Upvotes: 0

Views: 73

Answers (1)

user3505695
user3505695

Reputation:

You can always download maps and voice packages for offline routing, navigation, etc.

A similar question was answered in this thread:

https://stackoverflow.com/questions/56040853/in-here-api-how-do-we-show-downloaded-region-package-nmamaploader-in-mapview/56056319#56056319

Also please checkout this to see how to install/download voice packages. https://developer.here.com/documentation/ios-premium/dev_guide/topics/map-voice-instructions.html

Upvotes: 1

Related Questions