在 Google 地图上绘制自定义地图图块图像 (.pngs) - Android

发布于 2024-10-14 17:13:38 字数 162 浏览 1 评论 0原文

我有英国部分地区的地图图块的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

栀子花开つ 2024-10-21 17:13:38

您可以向 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文