Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Google Maps in my application in Qt?

Tags:

google-maps

qt

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 Qt for symbian or any file to be added to port into my app?

like image 718
Naufal Avatar asked Dec 15 '11 05:12

Naufal


1 Answers

-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
like image 79
Aquarius_Girl Avatar answered Oct 28 '22 19:10

Aquarius_Girl