Searched refs:parseStep (Results 1 – 1 of 1) sorted by relevance
813 QGeoRouteSegment parseStep(const QJsonObject &step, int legIndex, int stepIndex) const;834 QGeoRouteSegment QGeoRouteParserOsrmV5Private::parseStep(const QJsonObject &step, int legIndex, int… in parseStep() function in QGeoRouteParserOsrmV5Private964 segment = parseStep(s.toObject(), legIndex, stepIndex); in parseReply()