MapMovedEvent class

Constructors

MapMovedEvent.new({required LatLng latLng, String? title, String? address, required double zoom, required LatLngBounds bounds, required MapMoveEventType type})
MapMovedEvent.addressResolved({required LatLng latLng, required double zoom, required LatLngBounds bounds, String? title, String? address})
factory
MapMovedEvent.idle({required LatLng latLng, required double zoom, required LatLngBounds bounds})
factory
MapMovedEvent.start({required LatLng latLng, required double zoom, required LatLngBounds bounds})
factory

Properties

address String?
final
bounds LatLngBounds
final
hashCode int
The hash code for this object.
no setterinherited
isStart bool
no setter
latLng → LatLng
final
place Place
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
type MapMoveEventType
getter/setter pair
zoom double
final

Methods

copyWith({MapMoveEventType? type, LatLng? latLng, String? title, String? address, double? zoom, LatLngBounds? bounds}) MapMovedEvent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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