【发布时间】:2017-12-22 13:11:13
【问题描述】:
我正在使用 Here map api 在 android 片段中显示 here 地图。我成功地在片段中显示了这里的地图。但我无法在此处地图的左角显示“我的位置”按钮。 (我正在使用高级计划) 那么,如何在 Here Map 上显示我的位置按钮?
对于 google map api,我们可以添加“我的当前位置”按钮,例如 解释在 (How to display my location on Google Maps for Android API v2)。 我正在使用 Here api 寻找相同的功能。
【问题讨论】:
-
看起来他们没有与“我的位置”按钮等效的按钮。但是,他们有 PositionIndicator 类,请看这里以了解如何使用它的示例:stackoverflow.com/questions/43325005/here-api-offset-map-center
标签: android geolocation here-api