qt - 如何在我的 Qt 应用程序中添加 Google map ?

标签 qt google-maps

我正在开发一个应用程序,我需要将 Google map 添加到我们的应用程序中。我正在使用 Qt 和 UI 设计,但我没有使用 QML。是否有任何用于 symbian 的 Qt API 或要添加到我的应用程序中的任何文件?

最佳答案

-谷歌地图的Qt API-
发件人:https://www.ics.com/technologies/qt/qt-based-clients-google-apis

  • QML 和 Qt 谷歌地图:http://code.google.com/p/qt-google-maps/wiki/About

    API features used in this project:

    • Create and tuning map
    • Create placemarks (markers)
    • Goto placemark
  • Qt Google 地方信息:http://code.google.com/p/qt-google-places/wiki/About

    API features used in this project:

    • Create and tuning map
    • Autocomplete search address
    • Get coordinates by address
    • Search places by name, type and location
    • Get place details
    • Add new user place
    • Delete user place
    • Add new event
    • Delete event
  • QML 和 Qt 谷歌纬度:http://code.google.com/p/qt-google-latitude/wiki/About

    API features used in this project:

    • Create and tuning map
    • Create placemarks (markers)
    • Get current location
    • Insert current location
    • Get history of location
    • Insert to history of location
    • Goto address
  • 关于qt - 如何在我的 Qt 应用程序中添加 Google map ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8515598/

    相关文章:

    c++ - 关于/kreplacements/kreplacements.h 的错误

    c++ - 与 QT 应用程序链接(加载?)错误

    c++ - Qt Creator 编译器配置问题

    java - Android - 膨胀类 fragment 时出错(试图让谷歌地图 api v2 工作)

    android - 在 Android 应用程序中加载谷歌地图太慢

    google-maps - form.currentstate.validate()失败- flutter

    javascript - 使用 2 种方法在 Google map 上显示标记和折线

    qt - 将信号连接到插槽,但只调用一次插槽,然后自动断开它们

    android SupportMapFragment 错误膨胀 fragment 类

    c++ - 如何在 QWindow 上启用鼠标跟踪