Some time ago I asked how to integrate google maps (or any kind of map) into a qt quick application. The answers were talking about using a webview (which doesnt work on android) or to wait for QT 5.2 since the QtLocation package would help. Unfortunately the QtLocation package has not been released for android :/
But I read something about the QT Android Extras, which seem allow to use android native code. So is it now possible to use google maps in a QT Quick application, e.g. inside of a rectangle?
If that is possible, I would really appreciate a quick code example, which places a google maps view in a rectangle.
Thanks in advance :)
↧