Max Drop: ~{{ maxDropFt != null ? maxDropFt.toFixed(2) : '—' }} ft
Estimated Maximum Velocity: ~{{ maxVelocityMph != null ? maxVelocityMph.toFixed(1) : '—' }} mph ({{ maxVelocityFtPerSec != null ? maxVelocityFtPerSec.toFixed(1) : '—' }} ft/s)
Estimated Average Velocity: ~{{ avgVelocityMph != null ? avgVelocityMph.toFixed(1) : '—' }} mph ({{ avgVelocityFtPerSec != null ? avgVelocityFtPerSec.toFixed(1) : '—' }} ft/s)
Estimated Ride Time: ~{{ rideTimeSeconds != null ? rideTimeSeconds.toFixed(1) : '—' }} sec