Center the map on a LatLng
Future<void> centerOnPoint(LatLng point) => _mapState.centerOnPoint(point);