intersects method

bool intersects(
  1. LatLngBounds otherBounds
)

Returns true if the rectangle intersects the given bounds. Two bounds intersect if they have at least one point in common.

Implementation

external bool intersects(LatLngBounds otherBounds);