ChangedPositionAndZoom constructor

ChangedPositionAndZoom(
  1. LatLng center,
  2. double zoom
)

Implementation

ChangedPositionAndZoom(this.center, this.zoom);