From 5bed7dddbb19b6a7ad65a30727abf1cc0d59bc5e Mon Sep 17 00:00:00 2001 From: Victor Winberg Date: Fri, 30 Jun 2023 08:38:04 +0200 Subject: [PATCH] feat(distance): add walking time (#441) --- client/src/components/QRSpot.vue | 13 +++++++++++-- client/src/utils.ts | 6 ++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/client/src/components/QRSpot.vue b/client/src/components/QRSpot.vue index ce62b7eb..88812c28 100644 --- a/client/src/components/QRSpot.vue +++ b/client/src/components/QRSpot.vue @@ -12,6 +12,9 @@
{{ distanceToMarker(userCoords, qrSpot) }} + - + + {{ walkingTimeToMarker(userCoords, qrSpot) }}