contains method

bool contains(
  1. dynamic latlngOrBounds
)

Returns true if the rectangle contains the given point or another bounds.

Implementation

external bool contains(dynamic /* LatLng|LatLngBounds */ latlngOrBounds);