-
-
Notifications
You must be signed in to change notification settings - Fork 9
DistanceTo
Ieuan Walker edited this page Feb 18, 2026
·
1 revision
EastingNorthing from = new(318768, 175746);
EastingNorthing to = new(326956, 180146);
double result = from.DistanceTo(to);LatitudeLongitude from = new(51.474821, -3.1710057);
LatitudeLongitude to = new(51.515495, -3.0540461);
double result = from.DistanceTo(to);