allCachedPlacemarks property

List<CachedPlacemark> get allCachedPlacemarks

Read-only list of all cached detailed placemark entries.

Useful for debugging or displaying cache contents.

Implementation

List<CachedPlacemark> get allCachedPlacemarks =>
    _placemarkBox?.values.toList() ?? [];