distanceTo abstract method

double distanceTo(
  1. GeoPoint other
)

Distance (in meters) to another geographic point.

Implementation

double distanceTo(GeoPoint other);