DROP IN: {{ Math.round(whenToDrop) }} metres
Best possible result: {{ Math.round(bestPossibleResult) }}m
Altitude (ft) | Heading | Speed | Last update |
---|---|---|---|
{{ alt }} | {{ Math.round(value.avgHeading) }}° | {{ Math.round(value.avgSpeed*3.6) }} km/h | {{ Math.round((currentTime - value.updatedAt)/1000/60) }}m ago |
Name | Value |
---|---|
Distance from point nearest to target | {{ Math.round(distanceToNearestPointToTarget) }}m |
Marker will travel forward | {{ Math.round(dropDistance) }}m |
Best possible result | {{ Math.round(bestPossibleResult) }}m |
Distance to target | {{ Math.round(distanceToTarget) }}m |
Bearing to target | {{ Math.round(bearingToTarget) }}° (relative {{ Math.round(angleToTarget) }}°) |
Position UTM | {{ currentPosition }} (±{{ Math.round(geolocation.coords.accuracy) }}m) |
Position LatLon | {{ geolocation.coords.latitude}}, {{ geolocation.coords.longitude }} |
Altitude | {{ Math.round(geolocation.coords.altitude) }}m / {{ Math.round(geolocation.coords.altitude * 3.28084) }}ft (±{{ geolocation.coords.altitudeAccuracy }}m) |
Heading | {{ Math.round(geolocation.coords.heading) }}° (avg {{ Math.round(avgHeading) }}°) |
Speed | {{ Math.round(geolocation.coords.speed*3.6) }} km/h (avg {{ Math.round(avgSpeed * 3.6) }} km/h) |
Time | {{ currentTime.toLocaleTimeString() }} |
Last update | {{ geolocationLastUpdate }} |