MapView QML Type

An interactive map viewer component. 更多...

导入语句: import QtLocation 6.6
继承:

Item

特性

详细描述

MapView wraps a Map and adds the typical interactive features: changing the zoom level, panning and tilting the map.

The implementation is a QML assembly of smaller building blocks that are available separately. In case you want to make changes in your own version of this component, you can copy the QML, which is installed into the qml/QtLocation 模块目录,并按需修改它。

另请参阅 Map .

特性文档编制

map : Map

This property provides access to the underlying Map instance.


maximumZoomLevel : real

The maximum valid zoom level for the map.

另请参阅 Map::maximumZoomLevel .


minimumZoomLevel : real

The minimum zoom level according to the size of the view.

另请参阅 Map::minimumZoomLevel .