Reputation: 213
Here map followers does compass head can be applied to map.getPositionIndicator().setVisible(true); if yes please share me the answer.
Upvotes: 3
Views: 1477
Reputation: 2190
In theory you can change the image of the position indicator. But rotating the image is not supported, so you would need to replace the image permanently. All in all, I'd say it's much easier (and more flexible) to do this on your own.
Here's a full working example:
https://tcs.ext.here.com/sdk_examples/CustomPositionMarker.zip
One comment: I use a LocalMapObject instead of MapMarker, so I can activate dynamic scaling and easy rotation.
Upvotes: 3