![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <geomapsource.h>
Public Member Functions | |
| GeoMapSource (QGeoMapType::MapStyle style, const QString &name, const QString &description, bool mobile, bool night, int mapId, const QString &url, const QString ©right, const QGeoCameraCapabilities &cameraCapabilities) | |
| const QString & | url () const |
| const QString & | copyright () const |
| Public Member Functions inherited from QGeoMapType | |
| QGeoMapType () | |
| \qmltype mapType \inqmlmodule QtLocation | |
| QGeoMapType (const QGeoMapType &other) noexcept | |
| QGeoMapType (QGeoMapType &&other) noexcept=default | |
| QGeoMapType (MapStyle style, const QString &name, const QString &description, bool mobile, bool night, int mapId, const QByteArray &pluginName, const QGeoCameraCapabilities &cameraCapabilities, const QVariantMap &metadata=QVariantMap()) | |
| ~QGeoMapType () | |
| QGeoMapType & | operator= (const QGeoMapType &other) noexcept |
| void | swap (QGeoMapType &other) noexcept |
| MapStyle | style () const |
| \qmlproperty enumeration mapType::style | |
| QString | name () const |
| \qmlproperty string mapType::name | |
| QString | description () const |
| \qmlproperty string mapType::description | |
| bool | mobile () const |
| \qmlproperty bool mapType::mobile | |
| bool | night () const |
| \qmlproperty bool mapType::night | |
| int | mapId () const |
| QByteArray | pluginName () const |
| QGeoCameraCapabilities | cameraCapabilities () const |
| \qmlproperty CameraCapabilities mapType::cameraCapabilities | |
| QVariantMap | metadata () const |
| \qmlproperty VariantMap mapType::metadata | |
Static Public Member Functions | |
| static QString | toFormat (const QString &url) |
| static QGeoMapType::MapStyle | mapStyle (const QString &styleString) |
Additional Inherited Members | |
| Public Types inherited from QGeoMapType | |
| enum | MapStyle { NoMap = 0 , StreetMap , SatelliteMapDay , SatelliteMapNight , TerrainMap , HybridMap , TransitMap , GrayStreetMap , PedestrianMap , CarNavigationMap , CycleMap , CustomMap = 100 } |
| Properties inherited from QGeoMapType | |
| QML_STRUCTURED_VALUEMapStyle | style |
| QString | name |
| QString | description |
| bool | mobile |
| bool | night |
| QGeoCameraCapabilities | cameraCapabilities |
| QVariantMap | metadata |
Definition at line 12 of file geomapsource.h.
| GeoMapSource::GeoMapSource | ( | QGeoMapType::MapStyle | style, |
| const QString & | name, | ||
| const QString & | description, | ||
| bool | mobile, | ||
| bool | night, | ||
| int | mapId, | ||
| const QString & | url, | ||
| const QString & | copyright, | ||
| const QGeoCameraCapabilities & | cameraCapabilities ) |
Definition at line 32 of file geomapsource.cpp.
|
inline |
Definition at line 35 of file geomapsource.h.
|
static |
Definition at line 55 of file geomapsource.cpp.
Definition at line 40 of file geomapsource.cpp.
|
inline |
Definition at line 30 of file geomapsource.h.