在 Qt 5.5 中集成(任何)地图框架
Integrating (any) map framework in Qt 5.5
我想在我的 Qt Widget 应用程序(仅针对 Windows 平台)中实现任何映射(OSM、Google 映射...)。
到目前为止,我得到的所有答案都已经过时(2011-2013 年的答案),我无法 google 任何有用的东西。所以我想问一下你能推荐我哪些框架?
我们正在使用 osgEarth SDK in our Qt applications. It supports OSM and basically every map type that is supported by GDAL。
我想在我的 Qt Widget 应用程序(仅针对 Windows 平台)中实现任何映射(OSM、Google 映射...)。
到目前为止,我得到的所有答案都已经过时(2011-2013 年的答案),我无法 google 任何有用的东西。所以我想问一下你能推荐我哪些框架?
我们正在使用 osgEarth SDK in our Qt applications. It supports OSM and basically every map type that is supported by GDAL。