How to add a static map marker in the HERE maps Android sdk?

后端 未结 2 1548
予麋鹿
予麋鹿 2021-01-24 16:47

I would like to make markers that doesn\'t move when the map rotates, exactly like the polylines. My goal is to give the marker a single orientation that never changes even when

2条回答
  •  轮回少年
    2021-01-24 17:17

    The MapMarker object is what you are looking for? It is anchored to the position you give it and it will always be drawn in screen 2d space regardless of the tilt and rotate you apply to the map.

    Hope this helps.

提交回复
热议问题