MapZoomDetails class

Contains details about the current zoom position.

Constructors

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

Properties

focalLatLng MapLatLng?
Represents the new focal latitude and longitude position.
final
globalFocalPoint Offset?
The global focal point of the pointers in contact with the screen.
final
hashCode int
The hash code for this object.
no setterinherited
localFocalPoint Offset?
The local focal point of the pointers in contact with the screen.
final
newVisibleBounds MapLatLngBounds?
Provides the new visible bounds when the current zoom completes.
final
newZoomLevel double?
Provides the new zoom level when the current zoom completes.
final
previousVisibleBounds MapLatLngBounds?
Provides the visible bounds before the current zooming operation completes i.e. current visible bounds.
final
previousZoomLevel double?
Provides the zoom level before the current zooming operation completes i.e. current zoom level.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited