MapView QML Type | Qt Location (original) (raw)
An interactive map viewer component. More...
Import Statement: | import QtLocation 6.9 |
---|---|
Inherits: | Item |
Properties
- map : Map
- maximumZoomLevel : real
- minimumZoomLevel : real
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 Map.
Property Documentation
This property provides access to the underlying Map instance.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.