extend method

LatLngBounds extend(
  1. dynamic latlngOrBounds
)

Extend the bounds to contain the given point or bounds.

Implementation

external LatLngBounds extend(dynamic latlngOrBounds);