Nazar Kacharaba
Nazar Kacharaba
Use following _Map_ API to calculate meters per pixel value: /** * Returns a map scale value based on the specified zoom level. Scale units are in physical geo *...
Hi @yousufshawon Currently HERE SDK does not support PIP, but we will consider supporting this in the next release. Thanks.
We added PIP support in AndroidXMapFragment in 3.16 that is going to be release by the end of June. However you actually can achieve PIP mode with `MapView` right now....
@yousufshawon What device do you use? Could you post your code so we can try to reproduce this issue?
Hi @JustTrust Does it happen all the time? Is it specific to the the map area, tracking mode, route? If so, provide such details, please. Thanks
Hi @binod-techindustan Is there any other information that you can provide for us, like steps to reproduce?
Hi @fedyshyn1994, Thanks for reporting this issue, we will take a look at it.
Hi @andreas-arkulpa SDK also provides `PositionListener` in guidance mode - https://developers.here.com/documentation/android-premium/3.19/content/api_reference_java/com/here/android/mpa/guidance/NavigationManager.PositionListener.html
Hi @melvinpmauricio Please contact [email protected] for this case.
Hi @abhinavsrivastava1994 1. To get waypoints on the route use following API: `List waypoints = route.getRouteWaypoints();` 2. To get estimated time to arrival use following API: ` RouteTta tta =...