component/view/map/map_data library
Classes
- MapLocation
- A location pin on the map.
- MapRegion
- A region on the map (state or country).
Enums
- MapType
- The type of map to render.
Typedefs
- MapLocationCallback = void Function(MapLocation location)
- Callback for location pin interactions.
- MapRegionCallback = void Function(MapRegion region)
- Callback for region (state/country) interactions.