OverviewMap constructor
- required GeoViewController controllerProvider(),
- Key? key,
- Alignment alignment = Alignment.topRight,
- EdgeInsets padding = const EdgeInsets.all(10),
- double scaleFactor = 25,
- ArcGISSymbol? symbol,
- ArcGISMap? map,
- Widget containerBuilder(
- BuildContext context,
- Widget child
Create an OverviewMap widget.
Implementation
const OverviewMap({
required this.controllerProvider,
super.key,
this.alignment = Alignment.topRight,
this.padding = const EdgeInsets.all(10),
this.scaleFactor = 25,
this.symbol,
this.map,
this.containerBuilder,
});