MapControllerX extension
- on
-
- MapController
Methods
-
centerMarkerAnimated(
TickerProvider vsync, Marker marker, {Duration duration = const Duration(milliseconds: 250)}) → void -
Available on MapController, provided by the MapControllerX extension
-
centerOffsetAnimated(
TickerProvider vsync, Offset offset, {Duration duration = const Duration(milliseconds: 250)}) → void -
Available on MapController, provided by the MapControllerX extension
-
centerPointAnimated(
TickerProvider vsync, LatLng point, {Duration duration = const Duration(milliseconds: 250), double? zoom}) → void -
Available on MapController, provided by the MapControllerX extension
-
panByOffset(
Offset offset) → void -
Available on MapController, provided by the MapControllerX extension
-
panByOffsetAnimated(
TickerProvider vsync, Offset offset, Duration duration) → void -
Available on MapController, provided by the MapControllerX extension