Description Usage Arguments Examples
Returns the arc miles between lat1, long1, and lat2, long2
1  | arc.miles(lat1, long1, lat2, long2)
 | 
lat1 | 
 the latitude of the first location  | 
long1 | 
 the longitude of the first location  | 
lat2 | 
 the latitude of the second location  | 
long2 | 
 the longitude of the second location  | 
1  | arc.miles(49.123, -119.33, 49.02, -118.12)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.