I am trying to find a means of using JavaScript to calculate the distance between two co-ordinates in kilometers to the first decimal place, specifically using the standard Google Maps co-ordinate format: [-33.959771, 18.484708] rather than this formula which uses the UTM format.
Thanks for the help!