cameraCapabilities QML Value Type▲
-
Import Statement: import QtLocation 6.5
-
Since:: QtLocation 5.10
-
Group: cameraCapabilities is part of QML Maps Plugin
I. Detailed Description▲
This includes the map minimum and maximum zoom level, minimum and maximum tilt angle and minimum and maximum field of view.
II. Property Documentation▲
II-1. maximumFieldOfView : qreal▲
This read-only property holds the maximum available field of view with this map type.
II-2. maximumTilt : qreal▲
This read-only property holds the maximum available tilt with this map type.
II-3. maximumZoomLevel : qreal▲
This read-only property holds the maximum available zoom level with this map type.
II-4. minimumFieldOfView : qreal▲
This read-only property holds the minimum available field of view with this map type.
II-5. minimumTilt : qreal▲
This read-only property holds the minimum available tilt with this map type.
II-6. minimumZoomLevel : qreal▲
This read-only property holds the minimum available zoom level with this map type.