distance abstract method

double distance(
  1. LatLng p1,
  2. LatLng p2
)

Implementation

double distance(final LatLng p1, final LatLng p2);