GroundOverlayUpdates class
Update specification for a set of GroundOverlays.
- Inheritance
-
- Object
- MapsObjectUpdates<
GroundOverlay> - GroundOverlayUpdates
Constructors
-
GroundOverlayUpdates.from(Set<
GroundOverlay> previous, Set<GroundOverlay> current) - Computes GroundOverlayUpdates given previous and current GroundOverlays.
Properties
-
groundOverlayIdsToRemove
→ Set<
GroundOverlayId> -
Set of GroundOverlayIds to be removed in this update.
no setter
-
groundOverlaysToAdd
→ Set<
GroundOverlay> -
Set of GroundOverlays to be added in this update.
no setter
-
groundOverlaysToChange
→ Set<
GroundOverlay> -
Set of GroundOverlays to be changed in this update.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
objectIdsToRemove
→ Set<
MapsObjectId< GroundOverlay> > -
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<
GroundOverlay> -
Set of objects to be added in this update.
no setterinherited
-
objectsToChange
→ Set<
GroundOverlay> -
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