MarkerUpdates class

用以描述Marker的更新项

Constructors

MarkerUpdates.from(Set<Marker> previous, Set<Marker> current)
根据之前的marker列表previous和当前的marker列表current创建MakerUpdates.

Properties

hashCode int
The hash code for this object.
no setteroverride
markerIdsToRemove Set<String>?
想要删除的marker的id集合
getter/setter pair
markersToAdd Set<Marker>?
想要添加的marker集合.
getter/setter pair
markersToChange Set<Marker>?
想要更新的marker集合.
getter/setter pair
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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