PDA

View Full Version : using google map (qml/c++)



QJak
4th December 2016, 19:11
hi. i need to import google map with this features:

Create and tuning map
Autocomplete search address
Get coordinates by address
Search places by name, type and location
Add new user place
Delete user place

please help me to do this by qt (qml/c++). thanks

d_stranz
5th December 2016, 01:23
Do you really expect someone here to write such a complex app for you? Why don't you write it, and if you get stuck on something, post the code you are having a problem with and possibly someone can help you.

And clearly you didn't Google anything like "Qt Google Maps" before posting your list of requirements...

QJak
5th December 2016, 06:48
Do you really expect someone here to write such a complex app for you?

No, I need idea to start writing. please give me some info about which library is suitable to do above features list

d_stranz
5th December 2016, 16:49
And clearly you didn't Google anything like "Qt Google Maps" before posting your list of requirements...

As I said, search and you will be rewarded.

QJak
5th December 2016, 17:41
As I said, search and you will be rewarded.

Thanks for your answer. I googled and find this : http://stackoverflow.com/questions/8515598/how-to-add-google-maps-in-my-application-in-qt
But I have too many problems to continue this project via Qt 5.7 (android)
one of them is QtWebkit module that is not supported in version 5.7 and "QML & Qt Google Maps" or "Qt Google Places" needs QtWebkit.
I think it is better to use android studio instead of Qt. There are many Doc and movies for writing by android studio.

Thanks

ChrisW67
12th December 2016, 20:27
QtWebKit was deprecated in favour of QtWebEngine (https://wiki.qt.io/QtWebEngine) some time ago. You would have to port that example code