How to add Google Maps in my application in Qt?

前端 未结 6 1357
耶瑟儿~
耶瑟儿~ 2020-12-24 00:18

I am developing an application where I am in need of adding the Google map into our application. I am using Qt with UI design and I am not using QML. Is there any API for Q

6条回答
  •  醉梦人生
    2020-12-24 01:20

    -Qt API for Google Maps-
    From: https://www.ics.com/technologies/qt/qt-based-clients-google-apis

    • QML & Qt Google Maps: 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 Places: 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 Google Latitude: 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

提交回复
热议问题