ChangedPositionAndZoom class

Signals that the map's center position and zoom level have changed.

Inheritance

Constructors

ChangedPositionAndZoom(LatLng center, double zoom)

Properties

center LatLng
The new center position of the map.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoom double
The new zoom level of the map.
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