centerOnPoint method

Future<void> centerOnPoint(
  1. LatLng point
)

Center the map on a LatLng

Implementation

Future<void> centerOnPoint(LatLng point) => _mapState.centerOnPoint(point);