Moves the map to a specific location and zoom level
@override void move(LatLng? center, double zoom, {bool hasGesture = false}) { _state!.move(center, zoom, hasGesture: hasGesture); }