Roman Dashchakivskyi
Roman Dashchakivskyi
You should not call functions of NMANavigationManagerDelegate Protocol. The idea is to pass your class object as a delegate to nav manager and implement nav manager protocol functions in your...
The protocol must be the same as for other transport types. Indeed, I was able to reproduce it only with **bike** transport type. Looking for root cause. Thanks!
Yes, there are roads forbidden for bikes but allowed for cars. And vice versa. Thus creating route and its Navigation is done considering the transport mode. Also, time to arrival...
Please make sure your license key has **SDK-Navigation-Bike** feature enabled. Otherwise, bike navigation will not work as expected. Check your console output for errors: ``` _obfuscated_checkLicenseKeys - Bike Navigation denied...
_Freemium Plan_ does not include **SDK-Navigation-Bike** feature. If it is _PRO_, you can check feature list on https://developer.here.com Or you can share you app_id and I can double check the...
Unfortunately your feature list is missing **SDK-Navigation-Bike**. Looks like you have _Freemium Plan_ features only. For more features you need to switch to PRO plan. By the way, **startTurnByTurnNavigationWithRoute** should...
I understand. I will check if it is possible to included this feature in _Freemium Plan_ by default. Regarding **NMANavigationErrorOperationNotAllowed** error, I meant NSError as a return type: `- (nullable...
One more thing. Bike navigation does not start due to returned error, that's why you don't get callbacks. Voice guidance is off as well. What's actually happens is just route...
Regarding navigation error capture, please see my [recent changes](https://github.com/heremaps/here-ios-sdk-examples/pull/116/files). Bike navigation is **beta** feature and was not officially announced for all customers yet. I created a request to HERE management...
Hi, thanks for pointing this out. Currently, HERE SDK **3.x** does not support Swift packages. We will investigate it.