OSMFlutter constructor
const
OSMFlutter({
- Key? key,
- required BaseMapController controller,
- required OSMOption osmOption,
- Widget? mapIsLoading,
- OnGeoPointClicked? onGeoPointClicked,
- OnLocationChanged? onLocationChanged,
- OnMapMoved? onMapMoved,
- dynamic onMapIsReady()?,
Implementation
const OSMFlutter({
super.key,
required this.controller,
required this.osmOption,
this.mapIsLoading,
this.onGeoPointClicked,
this.onLocationChanged,
this.onMapMoved,
this.onMapIsReady,
});