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