Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人成功为 HERE SDK Lite 版本添加当前位置指示器?在高级版中,有一个PositionIndicator类可以处理这个问题,但我在 HERE Lite 版中没有找到这样的东西。目前我必须手动为当前位置添加一个标记,这非常不方便。
PositionIndicator
Lite Edition不支持默认位置指示器。您所做的是正确的解决方案:添加 aMapMarker和 aMapCircle作为准确度光环,并按照此处所述找到用户的位置。
MapMarker
MapCircle
在Navigate Edition跟踪/tbt 用例期间支持默认位置指示器资产。它还提供了方便的HERE 定位解决方案。
Navigate Edition