animateToBoundsOf abstract method

TickerFuture animateToBoundsOf(
  1. List<LatLng> points
)

Smoothly animate the map to fit the bounds of the given list of points.

Implementation

TickerFuture animateToBoundsOf(List<LatLng> points);