You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the plugin parameter "googlemaps.maps.language".
If this parameter is present, the plugin user can specify
the prefered language of the tiles from QML - e.g:
PluginParameter {
name: "googlemaps.maps.language"
value: "en-US"
}
If the paremeter is not present, the class will try to fetch
the first UI langauge, as it was before this patch.
Signed-off-by: Lubomir I. Ivanov <[email protected]>
0 commit comments