isNotOverlaps method

bool isNotOverlaps(
  1. LatLngBounds bounds
)

Implementation

bool isNotOverlaps(LatLngBounds bounds) => !isOverlaps(bounds);