Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/
H A Dtst_locationsingleton.qml307 var geopath = QtPositioning.path()
309 geopath.path = trace2
310 compare(geopath.path.length, trace2.length)
312 geopath.path = mapPolyline.path
313 compare(geopath.path.length, mapPolyline.pathLength())
314 compare(geopath.boundingGeoRectangle(), mapPolyline.geoShape.boundingGeoRectangle())
316 mapPolylineGeopath.geoShape = geopath
320 geopath.path = trace2
321 geopath.path[0].longitude = 11.0
322 compare(geopath.path.length, trace2.length)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp343 QList<QGeoCoordinate> geopath; in updateSourcePoints() local
345 geopath.append(QWebMercator::mercatorToCoord(c)); in updateSourcePoints()
346 updateSourcePoints(map, geopath); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp1391 …const QGeoPath geopath(shape); // if shape isn't a path, path will be created as a default-constru… in setGeoShape() local
1392 setPath(geopath); in setGeoShape()