Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use it?! #5

Open
seyedmmousavi opened this issue Apr 19, 2017 · 3 comments
Open

How to use it?! #5

seyedmmousavi opened this issue Apr 19, 2017 · 3 comments

Comments

@seyedmmousavi
Copy link

I built plugin using QtCreator and Qt5.6.2 on MacOSX.
After build I used terminal to install it using make install.
How to use it? there is not any example qml file.

@vladest
Copy link
Owner

vladest commented Apr 20, 2017

same way as any other QtLocation plugin
its plugin name: "googlemaps"

@nouah
Copy link

nouah commented Jun 5, 2021

import QtLocation 5.12
import QtPositioning 5.12

Plugin {
        id: myPlugin
 name:"googlemaps"   
           PluginParameter {
               name: "keys"
               value: "your api"
           }
}
Map {
        id: map
plugin:myPlugin
}

@seyedmmousavi
Copy link
Author

great 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants