Mileage Calculator

I have a client who runs a delivery company and would like an on-site mileage calculator which can take the distance from their HQ to their customer and then to the final destination, giving a per-mile price based on the overall distance (with a minimum cost for local deliveries).

Is this doable via Corvid, or could someone please develop an app to do it!

1 Like

If it’s possible with Corvid, @wingcc might be able to help!

You can use simple JavaScript for calculation: https://www.w3schools.com/js/js_arithmetic.asp

CCVC aren’t you thinking to simple?

I think the post-opener wanted a mileage calculator which automaticaly calculates the mileage between two endpoints (for example 2-cities).

  1. Find out distances between 2-endpoints (latitude+longitude) on a map for example
  2. do the calculation
  3. everything live on screen (screen-viewed calculator)

But all these you would found faster, if you would also take a look into the VELO-FORUM.:wink:

@russian-dima Ah… yes, havn’t heard that before… so… moving to Velo forum is better: https://www.wix.com/velo/forum

@wingcc
These were just some expanded theoretical thoughts :wink: