zoomToFit method
Implementation
void zoomToFit(Iterable<LatLng> locations) {
if (locations.isNotEmpty) {
if (zoomListener != null) zoomListener!(locations);
}
}
void zoomToFit(Iterable<LatLng> locations) {
if (locations.isNotEmpty) {
if (zoomListener != null) zoomListener!(locations);
}
}