Yet another Route plugin for QtLocation
-
It seems, there is a bug/design decision in QMapScene/Tile rendering engine which makes usage tiles with size differ from 256x256 impossible. correct me if I'm wrong
-
Shouldn't setTileSize allow to change that ?
-
@vladstelmahovsky GoogleMaps plugin updated with new tiles engine, w/o annoying copyright on every tile (this doesnt means that you dont have to put copyright sign over the map)
-
Nice !
Did you solve the tiling size issue ?
-
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.
-
@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 -
Btw, any1 interested in TomTom maps support?
-
@vladstelmahovsky
Do u have Bing Maps support ? -
no. So far i'm not planning for Bing support
-
Hi
initial TomTom plugin comitted at: https://github.com/vladest/TomTom
So far only maps and routing implemented -
@vladstelmahovsky Google maps plugin updated with Goecoding/Reverse geocoding support
-
@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?
-
@Yasser-Sobhy can you give an screenshot example?
-
@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
-
Fixed routing in google plugin. Now path is correct