setFollowingModeZoomOffset abstract method

void setFollowingModeZoomOffset({
  1. required double offset,
  2. Animation? animation,
})

Add offset value to zoom in following mode. 0.0 by default.

Implementation

void setFollowingModeZoomOffset({
  required core.double offset,
  mapkit_animation.Animation? animation,
});