IterableMarkerX extension
- on
-
- List<
Marker>
- List<
Methods
-
findByKey(
Key? key) → Marker -
Available on List<
Marker> , provided by the IterableMarkerX extension -
findByKeyOrNull(
Key? key) → Marker? -
Available on List<
Marker> , provided by the IterableMarkerX extension -
indexOfKey(
Key? key) → int -
Available on List<
Marker> , provided by the IterableMarkerX extension -
removeAtKey(
Key? key) → ({int index, Marker? marker, bool removed}) -
Available on List<
Marker> , provided by the IterableMarkerX extension -
tryIndexOfKey(
Key? key) → int -
Available on List<
Marker> , provided by the IterableMarkerX extension -
updateByKey(
Key? key, Marker newMarker) → Marker -
Available on List<
Marker> , provided by the IterableMarkerX extension -
updatePointByKey(
Key? key, LatLng latlng) → Marker -
Available on List<
Marker> , provided by the IterableMarkerX extension