MapLibreMap constructor
const
MapLibreMap({
- MapOptions options = const MapOptions(),
- Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> > - MapCreatedCallback? onMapCreated,
- StyleLoadedCallback? onStyleLoaded,
- MapEventCallback? onEvent,
- List<
Layer< layers = const [],GeometryType< >Object> > - List<
Widget> children = const [], - Key? key,
Default constructor to create a new MapLibreMap widget with its properties.
Implementation
const MapLibreMap({
this.options = const MapOptions(),
this.gestureRecognizers,
this.onMapCreated,
this.onStyleLoaded,
this.onEvent,
this.layers = const [],
this.children = const [],
super.key,
});