Have anyone succeeded in adding a current location indicator for HERE SDK Lite version?
In the Premium edition, there's a PositionIndicator
class to handle that, but I haven't found such thing in HERE Lite Edition. Currently I have to manually added a marker for the current location, which is very inconvenient.
The Lite Edition does not support a default location indicator. What you do is the correct solution: Add a MapMarker
and a MapCircle
as accuracy halo and find the user's location as described here.
The Navigate Edition
supports default location indicator assets during tracking / tbt use case. It also provides a convenient HERE Positioning solution.