heremaps / here-android-sdk-examples

Java-based projects using the HERE SDK for Android.
Apache License 2.0
145 stars 191 forks source link

Default Marker #461

Closed galisamas closed 2 years ago

galisamas commented 3 years ago

Hello, I am HERE premium SDK user. Is there a way to restore the default location marker?

My use case is this. When I change to the navigation mode, I change the icon to the arrow. However, if the navigating is canceled or finished, I get back to the map presentation. Cannot find where I can refer to that default green dot. image

galisamas commented 2 years ago

Solved by using custom MapMarker to present the navigation arrow. Anyway, the image has to be rotated based on the bearing and camera angle.