wrapLatLngBounds abstract method

LatLngBounds wrapLatLngBounds(
  1. LatLngBounds bounds
)

Returns a LatLngBounds with the same size as the given one, ensuring that its center is within the CRS's bounds.

Only accepts actual LatLngBounds instances, not List [].

Implementation

LatLngBounds wrapLatLngBounds(LatLngBounds bounds);