equals method

bool equals(
  1. LatLngBounds otherBounds, [
  2. double? maxMargin
])

Returns true if the rectangle is equivalent (within a small margin of error) to the given bounds. The margin of error can be overridden by setting max Margin to a small number.

Implementation

external bool equals(LatLngBounds otherBounds, [double? maxMargin]);