Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Qt Quick 2: Components to show map tiles?

$
0
0
Hi, Is there something included in Qt5+Qml (Quick 2) to render map tiles (slippy format), for instance similar to the iOS MKTileOverlay [1]? The idea of the tile format is to split a map into tiles (usually squares of 256 or 512 pixels) which are dynamically loaded based on the current x/y/z coordinates (where z is the zoom level). This format is used by many online maps such as Google Maps or OpenStreetMap. I do not want to show the map in a webview. Regards, [1] https://developer.apple.com/library/ios/documentation/MapKit/Reference/MKTileOverlay_class/index.html

Viewing all articles
Browse latest Browse all 4972

Trending Articles