Home
last modified time | relevance | path

Searched refs:mapSources (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmappingmanagerengine_esri.h62 inline const QList<GeoMapSource *>& mapSources() const;
71 inline const QList<GeoMapSource *>& GeoTiledMappingManagerEngineEsri::mapSources() const in mapSources() function
H A Dgeotiledmappingmanagerengine_esri.cpp265 QVariantList mapSources = maps["mapSources"].toList(); in initializeMapSources() local
267 foreach (QVariant mapSourceElement, mapSources) { in initializeMapSources()
290 foreach (GeoMapSource *mapSource, mapSources()) { in mapSource()