widgets/map/marker_data library
Data model for a map marker.
Copyright (C) 2025, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://opensource.org/license/gpl-3-0.
Authors: Graham Williams, Miduo
Classes
- MarkerData
- Data model for a map marker.
Functions
-
buildFilteredMarkers(
{required List< Place> allPlaces, required MapSettings mapSettings, required Set<String> savingPlaceIds}) → List<MarkerData> - Converts places to filtered marker data based on settings.