Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vladest/googlemaps
- Owner: vladest
- License: mit
- Created: 2016-01-06T16:36:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T10:44:29.000Z (about 1 year ago)
- Last Synced: 2024-12-09T23:26:52.463Z (about 2 months ago)
- Topics: googlemaps, qt5, qtlocation
- Language: C++
- Homepage:
- Size: 83 KB
- Stars: 141
- Watchers: 28
- Forks: 59
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Google Maps plugin for QtLocation
GoogleMaps plugin for QtLocation moduleBuild instructions:
1. qmake -r
2. make
3. make installRunning:
Plugin parameter mustbe provided in order to make plugin worksPluginParameter {
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