Re: [Interest] Embedding a map in a QML UI on Android and iOS

2015-12-29 Thread Marco Piccolino
If you need more advanced features such as offline maps you might want to check out Esri's Arcgis Runtime for Qt: https://developers.arcgis.com/qt/ Marco ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/inte

Re: [Interest] Embedding a map in a QML UI on Android and iOS

2015-12-26 Thread Federico Buti
​Hi Dirk, maybe you can take a look at Qt Location and see if it fits your use case. It is currently available as a tech preview in Qt 5.5 but it should be officially released with the next - currently in beta - release, i.e. Qt 5.6. Cheers, F. On 26

[Interest] Embedding a map in a QML UI on Android and iOS

2015-12-26 Thread Dirk Hohndel
I've been searching for quite a while and my head is spinning. :-/ How would a QML application on Android and iOS display a map - preferably a Google map, but I'll work with something else that has a satellite view if need be. I tried QWebView so that I could open an embedded Google map in it.