goToPointThenZoom abstract method

dynamic goToPointThenZoom(
  1. LatLng point,
  2. double zoom
)

Move camera to point and zoom (like flyTo in leaflet)

Implementation

goToPointThenZoom(LatLng point, double zoom);