Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. GeoCoordinate c1 = new GeoCoordinate(36.578581, -118.291994);
  2. GeoCoordinate c2 = new GeoCoordinate(36.23998, -116.83171);
  3.  
  4. double distanceInKm = c1.GetDistanceTo(c2) / 1000;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement