Description Usage Arguments Value Examples
Title
1 | great_circle_distance(lat1, lat2, lon1, lon2, scale = 6371)
|
lat1 |
The latitude of the first location |
lat2 |
The latitude of the second location |
lon1 |
The longitude of the first location |
lon2 |
The longitude of the second location |
scale |
The radius of the sphere in kilometers |
The great circle distance between the first location and the second location
1 | great_circle_distance(-34, 18, 41, -74)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.