HeatmapUpdates class
Heatmap update events to be applied to the AMap.
Used in AMapController when the map is updated.
- Inheritance
- 
    - Object
- MapsObjectUpdates<Heatmap> 
- HeatmapUpdates
 
Constructors
- 
          HeatmapUpdates.from(Set<Heatmap> previous, Set<Heatmap> current)
- Computes HeatmapUpdates given previous and current Heatmaps.
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  heatmapIdsToRemove
  → Set<HeatmapId> 
- 
  Set of Heatmaps to be removed in this update.
  no setter
- 
  heatmapsToAdd
  → Set<Heatmap> 
- 
  Set of Heatmaps to be added in this update.
  no setter
- 
  heatmapsToChange
  → Set<Heatmap> 
- 
  Set of Heatmaps to be changed in this update.
  no setter
- 
  objectIdsToRemove
  → Set<MapsObjectId< Heatmap> >
- 
  Set of objects to be removed in this update.
  no setterinherited
- objectName → String
- 
  The name of the objects being updated, for use in serialization.
  finalinherited
- 
  objectsToAdd
  → Set<Heatmap> 
- 
  Set of objects to be added in this update.
  no setterinherited
- 
  objectsToChange
  → Set<Heatmap> 
- 
  Set of objects to be changed in this update.
  no setterinherited
- 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
- 
  toJson() → Object 
- 
  Converts this object to JSON.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited