I'm going to write a routing and navigation application for our company. I think I have two options . Google APIs and Nokia APIs through Qt Mobility ! I'm not sure which one I should use to reach better results. By better results I mean better integrity in my application that is going to be a desktop application. And If the answer is google APIs I'm not sure which one of google APIs I should use? Thanks in advance
Google APIs or Qt Mobility
291 Views Asked by s4eed At
1
There are 1 best solutions below
Related Questions in QT
- C++ template using pointer and non pointer arguments in a QVector
- Using QPointer and QObject::connect with C++11
- qt How to style a QToolBar > QToolButton overflow button?
- Qt - Repeatedly write at beginning of file
- C++ Mongodb driver, not working
- deletion and cleanup of worker thread in Qt crashes
- How to drap item from QTableView to QPushButton?
- get image type from qimage
- C++ QT Getting part from QString
- How to connect a destroyed signal of C++ object from QML?
- How to get shader version from QOpenGLShader?
- Size of Qt QRadioButton able to get smaller, but not larger than default
- error WinSock.h has already been included Boost Windows Qt
- How to call a non-class member function with pointers as parameters with QtConcurrent::run?
- What is the difference between MinGW SEH and MinGW SJLJ?
Related Questions in GOOGLE-MAPS
- Google Maps API Re-size
- Google Map Custom InfoWindow's Tail Won't move and can't remove dropshadow
- how show result the autocomplete in the map in CodeIgniter Google Maps V3 API Library?
- GoogleMaps or OpenStreetMap get graph
- GoogleMap.addGroundOverlay() takes a lot of UiThread time
- Reverse geocoding with a deferred object in a coffeescript class
- Can I get Google maps to ignore part of a search?
- IOS Google Maps skid fit bounds
- Accessing Google Maps Markers in 2D-array from outside
- kmllayer with polygons hide map
- How to specify the delay for the google map marker
- Google Maps API v3 - change strokeWeight of polylines for different zoom levels
- Pop-up info box in google maps
- Logo Markers over 3D Maps View
- How can i add polygon on google maps IOS?
Related Questions in QT-MOBILITY
- Qt Mobility or Qt Location available for desktop use?
- Get notification when contacts are added/deleted/updated
- Find out IP address with Qt Mobility (on a s60 phone)
- Qt Mobility Document Gallery API : does it work on S60 5th edition?
- Is there a currently maintained way to use Qt Mobility with PyQt?
- Terrible performance with QMediaPlayer and QVideoWidget
- Create a RFCOMM Server using Qt for symbian
- QML Loader memory leak?
- QtMobility-no service found for - "com.nokia.qt.mediaplayer
- Configuring QtMobility in Carbide.c++
- Qt : audio streaming mp3 / wav embedded in a data file
- qtmessaging: no such file or directory (Qt-Mobility)
- Detect roaming (switching the Access Point) with QtMobility?
- Qt: Mobility GeoLocation works on Simulator but not on N900
- QtMultimedia failed to play audio on linux: GStreamer; Unable to play - ""
Related Questions in GOOGLE-API-CLIENT
- Why I receive CERTIFICATE_VERIFY_FAILED from google adwords api?
- Authenticated GET of private google site image via ASP.Net
- GoogleApiClient.Builder.enableAutoManage in Fragment throws IllegalStateException: Recursive entry to executePendingTransactions
- android check location services enabled if using GoogleApiClient
- How to sign out of a Google Drive account?
- How to read google calendar data from multiple or single calendars of different people?
- Not able to get Location details using GoogleClientAPI in android
- Android - this app won't run without google play services which are missing from your phone
- Is there any other way to use mgoogleapiclient.connect() apart from onstart()
- Issues when i integrate google sign in option to my application in android studio 1.2.2
- How to sign in user and retrieve token with Google Api Client
- android - service for interaction with wearable
- javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake while inserting rows in bigquery
- Calling a Service within an Activity
- How to stop Google Play Games window from popping up if there is no INTERNET
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Well this is an interesting one, the Qt Mobility APIs hooking into the Nokia mapping stuff are available and would make your life easier but with the changes that have occurred recently with Nokia selling off Qt there's no guarantee that they'll still work in 6 months time. With the Google mapping APIs they're a bit more, well, stable.
Which Google API? Well, I'm not too up to speed on it, but as far as I know you can use the Javascript API and hook it into a QWebView which should be pretty straight forward.