Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vladest/googlemaps

QtLocation plugin for Google maps tile API
https://github.com/vladest/googlemaps

googlemaps qt5 qtlocation

Last synced: about 1 month ago
JSON representation

QtLocation plugin for Google maps tile API

Awesome Lists containing this project

README

        

# Google Maps plugin for QtLocation
GoogleMaps plugin for QtLocation module

Build instructions:
1. qmake -r
2. make
3. make install

Running:
Plugin parameter mustbe provided in order to make plugin works

PluginParameter {
name: "googlemaps.useragent"
value: "mygreatapp"
}

PluginParameter {
name: "googlemaps.cachefolder"
value: "/gmaps_cache"
}

PluginParameter {
name: "googlemaps.route.apikey"
value: "bla-bla"
}

PluginParameter {
name: "googlemaps.maps.apikey"
value: "bla-bla1"
}

PluginParameter {
name: "googlemaps.geocode.apikey"
value: "bla-bla2"
}

PluginParameter {
name: "googlemaps.maps.tilesize"
value: "256"
}

Debugging:
to check what plugins are loaded, set QT_DEBUG_PLUGINS=1 environment variable