QML Map here maps change scheme
Solved
General and Desktop
-
Hi,
I am trying to change the scheme of a Map displayed using the Map QML type.
I am using "here" as map plugin, I suspect changing the "here.mapping.host" PluginParameter might do the trick, however I am not having success. I want to display the "normal.day.grey" scheme.
Map { anchors.fill: parent plugin: Plugin { name: "here" parameters: [ PluginParameter { name: "here.app_id" value: "xyz" }, PluginParameter { name: "here.token" value: "xyz" }, PluginParameter { name: "here.mapping.host" value: "?" }] } }
Cheers,
Alex -
Found my answer in this thread: https://forum.qt.io/topic/63807/how-to-change-the-map-type-of-a-simple-qml-map-component/5