Yet another Route plugin for QtLocation
-
wrote on 18 Mar 2016, 09:43 last edited by
@SGaist nope. I think its hardcoded somewhere in tile renderer. But with new code its not needed anymore
-
That's a good news :)
-
Hi,
Build and install the plugin. It should go on the corresponding subfolder in your Qt installation. From there you can use it like the other plugins.
-
Hi,
Build and install the plugin. It should go on the corresponding subfolder in your Qt installation. From there you can use it like the other plugins.
-
wrote on 17 May 2016, 05:47 last edited by
@saitej this is because you trying to execute plugin which is impossible of cause. Choose your application as active project
When building plugins dont forget to add "make install" step to the project settings to make sure your plugin will be integrated into current Qt build -
wrote on 20 May 2016, 11:44 last edited by
Btw, any1 interested in TomTom maps support?
-
Btw, any1 interested in TomTom maps support?
wrote on 23 May 2016, 06:07 last edited by@vladstelmahovsky
Do u have Bing Maps support ? -
wrote on 23 May 2016, 08:50 last edited by
no. So far i'm not planning for Bing support
-
wrote on 26 May 2016, 07:51 last edited by
Hi
initial TomTom plugin comitted at: https://github.com/vladest/TomTom
So far only maps and routing implemented -
Hi
I'm glad to share with you my plugin for QtLocation which uses OpenRouteService.org for routing
you can get it here
For now its only supports routing. GeoCoding and Places are WIP nowregards
wrote on 30 May 2016, 16:45 last edited by@vladstelmahovsky Google maps plugin updated with Goecoding/Reverse geocoding support
-
wrote on 5 Sept 2016, 09:36 last edited by
@vladstelmahovsky thanks for your wonderful plugin, but I need to add more map types or styles to use in my apps
How can I support a new MapType in your plugin?
I am not sure what other types of maps does Google Map support, but I need something like what is used in Uber and other apps on Android. Is that possible?
-
@vladstelmahovsky thanks for your wonderful plugin, but I need to add more map types or styles to use in my apps
How can I support a new MapType in your plugin?
I am not sure what other types of maps does Google Map support, but I need something like what is used in Uber and other apps on Android. Is that possible?
wrote on 8 Sept 2016, 17:18 last edited by@Yasser-Sobhy can you give an screenshot example?
-
@Yasser-Sobhy can you give an screenshot example?
wrote on 8 Sept 2016, 20:19 last edited by@vladstelmahovsky I have read Google Static Map API at https://developers.google.com/maps/documentation/static-maps/intro
I think you need to add a few parameters to your plugin so maps get correctly rendered on mobile devices, these parameters are: scale, and format
also I wonder if you plan to add Bing Maps support, you can achieve this with a few changes to you Google Map plugin, as the API is almost the same https://msdn.microsoft.com/en-us/library/ff701724.aspx
I can create it, but I am very busy now and I have no time to do this, if you have time to write it, please do to enrich QtLocation
Thanks
-
wrote on 21 Jan 2017, 21:47 last edited by
Fixed routing in google plugin. Now path is correct
-
wrote on 15 Feb 2017, 09:43 last edited by
@vladstelmahovsky Great work!
Is it possible to use your plugin without having a custom Qt build? Like as part of my application. assume i haven't installed the Qt sources, just .dll on my windows. If so, is there anything to pay attention to?
Thx. -
@vladstelmahovsky Great work!
Is it possible to use your plugin without having a custom Qt build? Like as part of my application. assume i haven't installed the Qt sources, just .dll on my windows. If so, is there anything to pay attention to?
Thx.wrote on 15 Feb 2017, 10:13 last edited by@petere if you'll build and install plugin for your Qt it will be added to Qt's plugins and should be deployed later on your target (at least it works for Android)
-
wrote on 15 Feb 2017, 11:06 last edited by
Great. Now i understand and it works - on Windows.
-
wrote on 15 Feb 2017, 11:46 last edited by petere
@vladstelmahovsky
Why can i see no tiles at Terrain Map and no labels and streets at Satellite Map?
And which parameters are available? From your code i see:
ors.useragent
Ors.places.host
googlemaps.maps.apikey
googlemaps.maps.signature
googlemaps.maps.client
googlemaps.useragent -
@vladstelmahovsky
Why can i see no tiles at Terrain Map and no labels and streets at Satellite Map?
And which parameters are available? From your code i see:
ors.useragent
Ors.places.host
googlemaps.maps.apikey
googlemaps.maps.signature
googlemaps.maps.client
googlemaps.useragentwrote on 23 Feb 2017, 11:55 last edited by- since the API is semiofficial, there might be different deviations
- Some cleanup needed