milesTo method

double milesTo(
  1. LCGeoPoint point
)

Implementation

double milesTo(LCGeoPoint point) {
  return radiansTo(point) * 3958.8;
}