The MapType type holds information about a map type. More...
Import Statement: | import QtLocation 5.15 |
Since: | QtLocation 5.5 |
This includes the map type's name and description, the style and a flag to indicate if the map type is optimized for mobile devices (mobile).
cameraCapabilities : CameraCapabilities
This property holds the camera capabilities for this map type.
This property was introduced in QtLocation 5.10.
description : string
This read-only property holds the description of the map type as a single formatted string.
metadata : VariantMap
This property holds optional, extra metadata related to a specific map type. The content of this property is entirely plugin-specific.
This property was introduced in QtLocation 5.10.
mobile : bool
Whether the map type is optimized for the use on a mobile device.
Map types for mobile devices usually have higher constrast to counteract the effects of sunlight and a reduced color for improved readability.
name : string
This read-only property holds the name of the map type as a single formatted string.
night : bool
Whether the map type is optimized for use at night.
Map types suitable for use at night usually have a dark background.
This property was introduced in QtLocation 5.4.
style : enumeration
This read-only property gives access to the style of the map type.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtlocation-maptype.html