在 Google 地图上绘制自定义地图图块图像 (.pngs) - Android
我有英国部分地区的地图图块的 png 图像,我想将它们绘制在谷歌地图视图的顶部,我已经设置好了一切,只是希望现在能够绘制图块图像。
我的主类扩展了“MapActivity”,我可以添加一个画布函数来绘制它们吗?
另外,我显然只需要绘制手机上可见的图块,而不应绘制视图之外的图块。
I have png images of map tiles over parts of the UK and i want to draw them on top of the google maps view, I have everytyhing set up, just want to be able to draw the tile images now.
My main class extends 'MapActivity', can i add a canvas function to draw them?
ALso, I only obviously need to draw the tiles that are in view on the phone while the tiles out of view should not be drawn.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以向 MapView 添加一个 Overlay,这将为您提供一个可以绘制的画布。请参阅 http:// code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/Overlay.html
You can add an Overlay to the MapView, that will get you a canvas to draw on. See http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/Overlay.html