Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp1121 QJsonArray bboxArray; in exportGeoJson() local
1124 bboxArray.append(QJsonValue(bboxList.at(i).value<double>())); in exportGeoJson()
1126 newObject.insert(QStringLiteral("bbox"), QJsonValue(bboxArray)); in exportGeoJson()