component/view/map/arcane_map library

Classes

ArcaneMap
Unified map component supporting both world and USA maps.
MapLocation
A location pin on the map.
MapProjection
Coordinate projection utilities for maps.
MapRegion
A region on the map (state or country).
MapStyle
Style configuration for ArcaneMap.

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.