FmMap constructor
const
FmMap({
- Key? key,
- MapController? mapController,
- FmPolylineOptions? polylineOptions,
- TextStyle? attributionStyle,
- List<
Marker> markers = const [], - MapOptions mapOptions = const MapOptions(),
- Alignment attributionAlignment = Alignment.bottomLeft,
- String urlTemplate = 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
Creates an interactive geographical map
Implementation
const FmMap({
super.key,
this.mapController,
this.polylineOptions,
this.attributionStyle,
this.markers = const [],
this.mapOptions = const MapOptions(),
this.attributionAlignment = Alignment.bottomLeft,
this.urlTemplate = 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
});