Roman Dashchakivskyi
Roman Dashchakivskyi
Hi @aardvarkk Could you please try to reproduce it in [voice-navigation sample](https://github.com/heremaps/here-android-sdk-examples/tree/master/voice-navigation)? As I receive all instructions along the routes in this app. I simply added listener: ```java private NavigationManager.NewInstructionEventListener...
@LeOric32 Please take a look
Hi @VivekVithlani, unfortunately there is no way to animate the route drawings in HERE SDK.
Hi @nhannguyen95. Could you please try to reproduce it on the latest HERE SDK version(3.15.2)? Note, you will need to update to the latest version in case fix is done.
It is expected behaviour as polygon is 2D plane figure. https://en.wikipedia.org/wiki/Polygon.
As a workaround you can use NMAMapGeoModel, see https://developer.here.com/documentation/ios-premium/3.18/dev_guide/topics/map-objects-and-interaction.html Regarding current issue, we will need to decide whether to fix it as it is low priority for us.
Hi @benrardg, could you please specify: - Device: [e.g. iPhone12] - OS: [e.g. iOS14.0] - SDK Version [e.g. 3.18.2]
Were you able to resolve the issue? Can we close this ticket?
Hi @havenS, thanks for reporting and detailed description. Will create internal ticket for investigation and fix.
Hi @RapsusMTN, I can not reproduce it in **turn-by-turn-navigation**(GuidanceApp) project. I tried both Swift and Objective-C examples, as well as real device + Simulator. Following callback gets triggered when new...