IterableOverlayX extension

on

Methods

findByKey(Key? key) InteractiveOverlayImage

Available on List<InteractiveOverlayImage>, provided by the IterableOverlayX extension

findByKeyOrNull(Key? key) InteractiveOverlayImage?

Available on List<InteractiveOverlayImage>, provided by the IterableOverlayX extension

indexOfKey(Key? key) int

Available on List<InteractiveOverlayImage>, provided by the IterableOverlayX extension

removeAtKey(Key? key) → ({int index, InteractiveOverlayImage? overlay, bool removed})

Available on List<InteractiveOverlayImage>, provided by the IterableOverlayX extension

tryIndexOfKey(Key? key) int

Available on List<InteractiveOverlayImage>, provided by the IterableOverlayX extension

updateByKey(Key? key, InteractiveOverlayImage newOverlay) InteractiveOverlayImage

Available on List<InteractiveOverlayImage>, provided by the IterableOverlayX extension

updateCornerByKey(Key? key, QuadCorner corner, LatLng latlng) InteractiveOverlayImage

Available on List<InteractiveOverlayImage>, provided by the IterableOverlayX extension

Équivalent de updatePointByKey pour overlay : met à jour un coin.
updateQuadByKey(Key? key, QuadLatLng newCorners) InteractiveOverlayImage

Available on List<InteractiveOverlayImage>, provided by the IterableOverlayX extension

Optionnel mais pratique : update quad complet en une fois