简体   繁体   English

在移动应用程序(iOS / Android)上显示我的栅格地图

[英]Showing my raster map on mobile app (iOS/Android)

I'd like to show a map on my app and handling some events within it. 我想在我的应用程序上显示地图并处理其中的一些事件。 I'm also need to load a background raster map to it (dwg format, which is the AutoCAD format for raster, but it doesn't really matter, since it can be converted to any other known format), doesn't matter if the file is local or remote. 我还需要向其加载背景栅格地图(dwg格式,这是AutoCAD的栅格格式,但这并不重要,因为它可以转换为任何其他已知格式),该文件是本地文件还是远程文件。

I know very well how to id on desktop, but which options I have on mobile? 我非常清楚如何在桌面上ID,但是我在移动设备上有哪些选择?

Thanks! 谢谢!

您在Android上有TileOverlays ,在iOS上有Tile Layers ,它们都可以使用远程和本地数据源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM