MapZoomDetails constructor
MapZoomDetails({
- Offset? localFocalPoint,
- Offset? globalFocalPoint,
- double? previousZoomLevel,
- double? newZoomLevel,
- MapLatLng? focalLatLng,
- MapLatLngBounds? previousVisibleBounds,
- MapLatLngBounds? newVisibleBounds,
Creates a MapZoomDetails.
Implementation
MapZoomDetails({
this.localFocalPoint,
this.globalFocalPoint,
this.previousZoomLevel,
this.newZoomLevel,
this.focalLatLng,
this.previousVisibleBounds,
this.newVisibleBounds,
});