panToBounds method

void panToBounds(
  1. LatLngBounds bounds
)

Pans the map by the minimum amount necessary to contain the given LatLngBounds

Implementation

void panToBounds(LatLngBounds bounds)=>_sendData('panToBounds',bounds.toMap());