equals method

bool equals(
  1. LatLng otherLatLng, [
  2. double? maxMargin
])

Returns true if the given LatLng point is at the same position (within a small margin of error). The margin of error can be overridden by setting maxMargin to a small number.

Implementation

external bool equals(LatLng otherLatLng, [double? maxMargin]);