有没有人知道或知道如何使用nutiteq构建一个离线映射Android应用程序的指南/教程/信息?
发布于 2015-03-02 23:13:34
这取决于您想要映射的数据。假设您使用的是最新的Nutiteq 3.x:
1. For custom app logic use _LocalVectorDataSource_ - add objects with your app
2. For Shapefiles and other GIS file/DB formats try _OGRVectorDataSource_
3. You can implement _custom Data Source_ for more advanced cases
4. Nutiteq helps you to create own _in-house server connection_ setup
https://stackoverflow.com/questions/28813741
复制相似问题