如何在 UIImageView 上创建地图标记?
我在 Imageview 中使用静态图像来显示某些区域。我想放置我们可以在谷歌地图上创建的图钉标记。
实现这个的好方法是什么?
提前致谢。
I am using static images in Imageview to show some area. I want to place pin markers that we can create on google maps.
What is a good way to implement this?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您正在使用谷歌的静态地图 API。如果是这种情况,请查看谷歌的文档,它似乎很好地解释了您需要什么(如果我理解正确的话)。
Google 静态地图 API - 标记
I'm assuming you're using google's static maps API. If that's the case check out google's documentation, it seems to explain what you need pretty well (if I understood correctly).
Google Static Maps API - Markers