Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativeroutemapitem.cpp126 setPathFromGeoList(route_->routePath()); in setRoute()
133 setPathFromGeoList(route_->routePath()); in updateRoutePath()
H A Dqdeclarativepolylinemapitem_p.h146 void setPathFromGeoList(const QList<QGeoCoordinate> &path);
H A Dqdeclarativepolylinemapitem.cpp1014 setPathFromGeoList(toList(this, value)); in setPath()
1039 void QDeclarativePolylineMapItem::setPathFromGeoList(const QList<QGeoCoordinate> &path) in setPathFromGeoList() function in QDeclarativePolylineMapItem