在QT / QML中是否有IOS的visibleMapRect?

时间:2017-12-16 09:29:12

标签: qt maps qml coordinates

在IOS中,visibleMapRect返回地图视图当前显示的区域。

使用Qt / QML,我们可以从屏幕上的点获得单独的坐标,如:

PointNW = map.toCoordinate(Qt.point(0,0))

是否有方法直接取回当前在Qt / QML中显示的geoRectangle?

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

好的,我找到了!答案是:visibleRegion

Doc在这里:http://doc.qt.io/qt-5/qml-qtlocation-map.html#visibleRegion-prop

如何在C ++中使用它:QML Map visible region