I am working on a vehicle tracking app using Here maps. I want to rotate the marker icon (NMAMapMarker) in the Here maps to a specific angle according to turn taken by the vehicle (similar to Uber app). Earlier I used Google maps, marker in Google maps provides a rotation property to rotate the marker to a specific angle. Is there any similar property available in Here maps?
Is there any update for this Nokia Here maps Navigation marker orientation
Thank you
In general it is not possible to rotate NMAMapMarker, Within HERE iOS Premium SDK the default Position indicator NMAPositionIndicator has the property tracksCourse which would rotate the indicator with the heading available from device.
The alternative would be to use NMAMapLocalModel as also mentioned in the comments above