从 MyLocationOverlay 获取纬度和经度?
我可以通过 MyLocationOverlay
查看我所在的位置,但我想使用 MapController.setCenter(geopoint)
获取我所在位置的纬度和经度。
还可以获取屏幕的左上角和右下角坐标吗?
有什么建议吗?谢谢..
I can see where I am via MyLocationOverlay
, but I want use MapController.setCenter(geopoint)
to take latitude and longitude of the place where I am.
Also is possible to take the upper left corner and bottom right corner coordinates of the screen?
Any suggestions? Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这有帮助吗?您将在 onLocationChanged(Location) 方法中设置位置获取器。
Would this help? You'll set up you location getter in the onLocationChanged(Location) method.