Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5.cpp925 QJsonObject routeObject = r.toObject(); in parseReply() local
926 if (!routeObject.value(QLatin1String("legs")).isArray()) in parseReply()
928 if (!routeObject.value(QLatin1String("duration")).isDouble()) in parseReply()
930 if (!routeObject.value(QLatin1String("distance")).isDouble()) in parseReply()
933 double distance = routeObject.value(QLatin1String("distance")).toDouble(); in parseReply()
934 double travelTime = routeObject.value(QLatin1String("duration")).toDouble(); in parseReply()
938 QJsonArray legs = routeObject.value(QLatin1String("legs")).toArray(); in parseReply()