Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp168 static QVariantMap parseMapboxBannerInstruction(const QJsonObject &bannerInstruction) in parseMapboxBannerInstruction() argument
172 if (bannerInstruction.value(QLatin1String("distanceAlongGeometry")).isDouble()) in parseMapboxBannerInstruction()
173 …map.insert(QLatin1String("distance_along_geometry"), bannerInstruction.value(QLatin1String("distan… in parseMapboxBannerInstruction()
175 if (bannerInstruction.value(QLatin1String("primary")).isObject()) in parseMapboxBannerInstruction()
176 …map.insert(QLatin1String("primary"), parseMapboxBanner(bannerInstruction.value(QLatin1String("prim… in parseMapboxBannerInstruction()
178 if (bannerInstruction.value(QLatin1String("secondary")).isObject()) in parseMapboxBannerInstruction()
179 …map.insert(QLatin1String("secondary"), parseMapboxBanner(bannerInstruction.value(QLatin1String("se… in parseMapboxBannerInstruction()
181 if (bannerInstruction.value(QLatin1String("then")).isObject()) in parseMapboxBannerInstruction()
182 …map.insert(QLatin1String("then"), parseMapboxBanner(bannerInstruction.value(QLatin1String("then"))… in parseMapboxBannerInstruction()