Nokia Here Maps Navigation Marker Orientation
I am using here maps for Turn-by-Turn Navigation in Android. I want to set the orientation of the marker in Navigation with the device orientation, in other words, I want to put de
Solution 1:
The HERE MapMarker
API does not provide functions to do this directly. The MapMarker
default behaviour is to orient itself automatically so that the marker image is always facing "up" on the screen (map). Currently this behaviour cannot be overridden.
One thing you can try is to rotate the actual Image
you are adding to the MapMarker
based on your requirements and update the MapMarker
with the rotated Image
.
Post a Comment for "Nokia Here Maps Navigation Marker Orientation"