Android MapActivity onTap 事件
我有一个 MapActivity,并且使用 ItemizedOverlay 显示地图图钉。我想将 onTap 事件转移到 MapActivity。 (onTap 函数存在于 ItemizedOverlay 类中)。如何做到这一点?
I have a MapActivity and Map pins are displayed using ItemizedOverlay. I want to transfer onTap event to MapActivity. (onTap function is present in ItemizedOverlay class). How this can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将此代码添加到您的 TapActivity 并从其他 Activity 调用它(通过 ActivityforResult)并简单地获取那里的位置......
Just add this code to your tapactivity and call it from other activity (by ActivityforResult) and get the location there simple....