CameraCapabilities QML Type
The CameraCapabilities type holds information about the camera capabilities for a specific map type. More...
Import Statement: | import QtLocation 5.12 |
Since: | QtLocation 5.10 |
Properties
- maximumFieldOfView : qreal
- maximumTilt : qreal
- maximumZoomLevel : qreal
- minimumFieldOfView : qreal
- minimumTilt : qreal
- minimumZoomLevel : qreal
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
This read-only property holds the maximum available field of view with this map type.
This read-only property holds the maximum available zoom level with this map type.
This read-only property holds the minimum available field of view with this map type.
This read-only property holds the minimum available zoom level with this map type.
© 2019 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.