Skip to content Skip to sidebar Skip to footer

Here Map Location Pointer Compass Head?

Here map followers does compass head can be applied to map.getPositionIndicator().setVisible(true); if yes please share me the answer.

Solution 1:

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.

Post a Comment for "Here Map Location Pointer Compass Head?"