MapView QML Type▲
-
Import Statement: import QtLocation 6.5
-
Inherits: Item
Detailed Description▲
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 module directory, and modify it as needed.
See Also▲
See also Map