distance method

double distance(
  1. LatLng latlng1,
  2. LatLng latlng2
)

Returns the distance between two geographical coordinates.

Implementation

external double distance(LatLng latlng1, LatLng latlng2);