cameraCapabilities QML Value Type
cameraCapabilities型は、特定のマップ・タイプのカメラ機能に関する情報を保持する。詳細...
| Import Statement: | import QtLocation 6.11 |
| Since: | QtLocation 5.10 |
- cameraCapabilities はQML Maps Plugin に含まれます。
プロパティ
- maximumFieldOfView : real
- maximumTilt : real
- maximumZoomLevel : real
- minimumFieldOfView : real
- minimumTilt : real
- minimumZoomLevel : real
詳細説明
マップの最小・最大ズームレベル、最小・最大チルト角、最小・最大視野。
プロパティ文書
maximumFieldOfView : real
この読み取り専用プロパティは、このマップタイプで利用可能な最大視野を保持する。
maximumTilt : real
この読み取り専用プロパティは、このマップタイプで利用可能な最大チルトを保持する。
maximumZoomLevel : real
この読み取り専用プロパティは、このマップタイプで利用可能な最大ズームレベルを保持する。
minimumFieldOfView : real
この読み取り専用プロパティは、このマップタイプで利用可能な最小視野を保持する。
minimumTilt : real
この読み取り専用プロパティは、このマップタイプで利用可能な最小ティルトを保持する。
minimumZoomLevel : real
この読み取り専用プロパティは、このマップタイプで利用可能な最小ズームレベルを保持する。
© 2026 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.