cameraCapabilities QML Value Type
The cameraCapabilities type holds information about the camera capabilities for a specific map type. More...
Import Statement: | import QtLocation 6.9 |
Since: | QtLocation 5.10 |
- cameraCapabilities is part of QML Maps Plugin.
Properties
- maximumFieldOfView : real
- maximumTilt : real
- maximumZoomLevel : real
- minimumFieldOfView : real
- minimumTilt : real
- minimumZoomLevel : real
Detailed Description
This includes the map minimum and maximum zoom level, minimum and maximum tilt angle and minimum and maximum field of view.
Property Documentation
maximumFieldOfView : real |
This read-only property holds the maximum available field of view with this map type.
maximumTilt : real |
This read-only property holds the maximum available tilt with this map type.
maximumZoomLevel : real |
This read-only property holds the maximum available zoom level with this map type.
minimumFieldOfView : real |
This read-only property holds the minimum available field of view with this map type.
minimumTilt : real |
This read-only property holds the minimum available tilt with this map type.
minimumZoomLevel : real |
This read-only property holds the minimum available zoom level with this map type.