cameraCapabilities QML Value Type

cameraCapabilities 类型保存特定地图类型的相机功能信息。更多

Import Statement: import QtLocation 6.9
Since: QtLocation 5.10

属性

详细说明

这包括地图的最小和最大缩放级别、最小和最大倾斜角度以及最小和最大视野。

属性文档

maximumFieldOfView : real

此只读属性表示该地图类型的最大可用视野范围。


maximumTilt : real

此只读属性保留了此地图类型的最大倾斜度。


maximumZoomLevel : real

此只读属性保存此地图类型的最大可用缩放级别。


minimumFieldOfView : real

此只读属性保存此地图类型的最小可用视野范围。


minimumTilt : real

此只读属性保存此地图类型的最小可用倾斜度。


minimumZoomLevel : real

此只读属性表示此地图类型的最小可用缩放级别。


© 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.