distance abstract method

double distance(
  1. RulesLatLng other
)

Calculate distance between two LatLng points in distance (meters).

Implementation

double distance(RulesLatLng other);