MapPanDetails class
Contains details about the current pan position.
Constructors
- MapPanDetails({Offset? localFocalPoint, Offset? globalFocalPoint, double? zoomLevel, MapLatLng? focalLatLng, Offset? delta, MapLatLngBounds? previousVisibleBounds, MapLatLngBounds? newVisibleBounds})
- Creates a MapPanDetails.
Properties
- delta → Offset?
- 
  The difference in pixels between touch start and current touch position.
  final
- focalLatLng → MapLatLng?
- 
  Provides the current focal latLng.
  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 pan completes.
  final
- previousVisibleBounds → MapLatLngBounds?
- 
  Provides the visible bounds before the current panning operation
completes i.e. current visible bounds.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- zoomLevel → double?
- 
  Provides the current zoom level.
  final
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