distance abstract method

num distance(
  1. GeoLatLng p1,
  2. GeoLatLng p2
)

Implementation

num distance(final GeoLatLng p1, final GeoLatLng p2);