安卓:当前位置
我有一个活动,当在我的 Android 设备上启动时,它会在地图视图上覆盖一个小圆圈,指示我所在的位置。 这是使用 mylocationoverlay 完成的。 我想知道是否有任何方法可以从 mylocationoverlay 获取位置详细信息。
I've got an activity which when started on my android device overlays a small circle on the map view indicating where i am.
This is done using mylocationoverlay.
I want to know if there is any way to get the location details from mylocationoverlay.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这很容易。
您可以通过以下代码获取您当前位置的纬度和经度
希望它有帮助:)
Its very easy .
You can obtain your current location lattitude and longitude by the following code
Hope it helps :)
http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MyLocationOverlay.html#getMyLocation%28%29
检查上述内容链接..它可能会有所帮助
http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MyLocationOverlay.html#getMyLocation%28%29
check the above link.. it might will help