How to use the QML/QtLocation module for displaying a large amount of offline data on a map?

一笑奈何 提交于 2019-12-01 00:38:48

You might want to take a look at the new ESRI QT Api. It is made to deal with huge datasets, you might find something suitable. It is a commercial option, so its viability really depends on your use case and budget. The "Basic" license, which is free, might be enough for you.

https://developers.arcgis.com/qt/

You need a custom model for that, which updates on zoomLevel changes, center changes and map size (width and height) changes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!