MapView QML Type
インタラクティブな地図ビューアコンポーネント。詳細...
Import Statement: | import QtLocation 6.8 |
Inherits: |
プロパティ
- map : Map
- maximumZoomLevel : real
- minimumZoomLevel : real
詳細説明
MapViewは地図をラップし、典型的なインタラクティブ機能を追加します。
この実装は、別々に入手可能な小さなビルディングブロックのQMLアセンブリです。このコンポーネントの独自のバージョンに変更を加えたい場合、qml/QtLocation
moduleディレクトリにインストールされているQMLをコピーし、必要に応じて変更することができます。
Mapも参照してください 。
プロパティの説明
map : Map |
このプロパティは、基礎となる Map インスタンスへのアクセスを提供します。
maximumZoomLevel : real |
マップの最大有効ズームレベル。
Map::maximumZoomLevelも参照して ください。
minimumZoomLevel : real |
ビューのサイズに応じた最小ズームレベル。
Map::minimumZoomLevelも参照して ください。
© 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.