Home
last modified time | relevance | path

Searched refs:mapStyle (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeomapsource.cpp91 QGeoMapType::MapStyle GeoMapSource::mapStyle(const QString &styleString) in mapStyle() function in GeoMapSource
93 for (const MapStyleData &mapStyle : mapStyles) { in mapStyle() local
94 if (styleString.compare(mapStyle.name, Qt::CaseInsensitive) == 0) in mapStyle()
95 return mapStyle.style; in mapStyle()
H A Dgeomapsource.h59 static QGeoMapType::MapStyle mapStyle(const QString &styleString);
H A Dgeotiledmappingmanagerengine_esri.cpp273 GeoMapSource::mapStyle(mapSource[kPropStyle].toString()), in initializeMapSources()