如何在黑莓中查找屏幕或MapField上单击的位置
我正在构建一个地图应用程序。我在其中放置了几个位图,当我单击位图时,正在发生一些事件。为此,我需要知道我在屏幕上单击的位置,在此基础上我将获得纬度和纬度。我的应用程序的长对...是否可以获得我们单击的屏幕的确切 x,y 位置? 或者是否有其他方法可以找到在 MapField 上单击的纬度和经度位置?
I am building a map application. In which I am placing several bitmap and when i click on the bitmap some event is occurring. For that I need to know at which position I have clicked on the screen on the basis of that i'll get the lat & long pair for my app... Is it possible to get the exact x,y position of the screen where we clicked?
Or is there any other way of finding which lat and long position is clicked on the MapField ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将地图以点击的位置为中心,并以这种方式获取点击的坐标:
希望这有帮助!
You can center the map to the tapped location and get the coordinates of the tap that way:
Hope this helps!