moveCamera abstract method

void moveCamera(
  1. LatLng location,
  2. double? zoom
)

Moves the camera to location, keeping the current zoom when zoom is null.

Attribution applies as it does to fitBounds.

Implementation

void moveCamera(LatLng location, double? zoom);