0

我是 android 新手,甚至是 Skobbler sdk 的新手,我正在尝试访问当前位置,但它把我带到了柏林,我正在使用以下代码:

mapView.getMapSettings().setCurrentPositionShown(true);
4

1 回答 1

1

在 SKMapSurfaceView 上使用getCurrentGPSPosition以获取当前位置(与道路网络匹配或不匹配)。

还要检查文档: http: //developer.skobbler.ro/docs/android/com/skobbler/ngx/map/SKMapSurfaceView.html#getCurrentGPSPosition(boolean)

或者,您可以通过SKCurrentPositionListener列出位置更新

于 2015-05-28T12:09:03.953 回答