Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dhelper.js53 function formatDistance(distance) function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/
H A DRouteList.qml87 …"distance": Helper.formatDistance(routeModel.get(0).segments[i].maneuver.distanceToNextInstruction)
93 … totalDistance = routeModel.count == 0 ? "" : Helper.formatDistance(routeModel.get(0).distance)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dhelper.js74 function formatDistance(meters) function
H A Dmapviewer.qml370 var distance = Helper.formatDistance(coordinate1.distanceTo(coordinate2));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DPlaceDetails.qml121 distance.text = Helper.formatDistance(distanceToPlace)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/
H A DSearchResultDelegate.qml118 text: Helper.formatDistance(distance)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/
H A DMapComponent.qml86 text = Helper.formatDistance(dist)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml137 text = Helper.formatDistance(dist)