Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp90 QVariant geoJsonType = item->property("geojsonType"); in isFeatureCollection() local
91 return geoJsonType.toString() == QStringLiteral("FeatureCollection"); in isFeatureCollection()
96 QVariant geoJsonType = item->property("geojsonType"); in isGeoJsonEntry() local
97 return !geoJsonType.toString().isEmpty(); in isGeoJsonEntry()