How to integrate Google Maps?
-
wrote on 8 Aug 2017, 14:29 last edited by
@vladstelmahovsky can you tell me how to use the Geocode option? I need to be able to enter a postcode and then set the long and lat to that location
-
@vladstelmahovsky can you tell me how to use the Geocode option? I need to be able to enter a postcode and then set the long and lat to that location
wrote on 8 Aug 2017, 15:15 last edited by@joshmarshall95 just like any other QtLocation geocode API
-
@joshmarshall95 just like any other QtLocation geocode API
wrote on 24 Aug 2017, 07:44 last edited by@vladstelmahovsky
hi,
thank you very much indeed ...
how to set traffic layer in the map? -
@vladstelmahovsky
hi,
thank you very much indeed ...
how to set traffic layer in the map?wrote on 24 Aug 2017, 08:08 last edited by@bahman309 I suppose as MapPolyline's if you have geo coordinates of traffic
-
@bahman309 I suppose as MapPolyline's if you have geo coordinates of traffic
wrote on 24 Aug 2017, 08:36 last edited by@vladstelmahovsky
I want to use google traffic service -
@vladstelmahovsky
I want to use google traffic servicewrote on 24 Aug 2017, 08:38 last edited by@bahman309 I'm not aware about the service, sorry
-
@bahman309 I'm not aware about the service, sorry
wrote on 24 Aug 2017, 08:43 last edited by@vladstelmahovsky
thank you... -
wrote on 25 Aug 2017, 05:42 last edited by
anybody used googlemaps plugin?
anybody used navigation or traffic in QML? -
wrote on 25 Aug 2017, 09:39 last edited by
anybody can to used google map api in QML
and used navigation and traffic from google map api ? -
anybody can to used google map api in QML
and used navigation and traffic from google map api ?wrote on 31 Aug 2017, 12:17 last edited by@bahman309 there is no traffic data API in QtLocation yet. and Navigation is in progress, afaik
-
wrote on 6 Dec 2017, 16:02 last edited by
how to enable the satellite view in your plugin ?
thx -
@carles-sole-grau , When you done clone & build plugin, you should create folder 'geoservices' in same folder of file execute, then copy plugin into this 'geoservices' folder
You can see struct plugins in folder ( that why we have name 'geoservices') where you install Qt ex: '~/Qt5.8.0/5.8/gcc_64/plugins/ (I using Ubuntu & Qt5.8)
on QML you do like this:
Plugin {
id: mapPlugin
name: "googlemaps"
}for tutorial how plugin, refer to example : http://doc.qt.io/qt-5/qtwidgets-tools-styleplugin-example.html
for detail refer to doc: http://doc.qt.io/qt-5/plugins-howto.html