withCenter method

CenterZoom withCenter(
  1. LatLng center
)

Implementation

CenterZoom withCenter(LatLng center) =>
    CenterZoom(center: center, zoom: zoom);