groundOverlayIdsToRemove property

Set<GroundOverlayId> get groundOverlayIdsToRemove

Set of GroundOverlayIds to be removed in this update.

Implementation

Set<GroundOverlayId> get groundOverlayIdsToRemove =>
    objectIdsToRemove.cast<GroundOverlayId>();