Computes the distance between two points.
The function uses the DistanceAlgorithm specified in the CTOR
DistanceAlgorithm
@override double distance(final LatLng p1, final LatLng p2) => _round(_calculator.distance(p1, p2));