AppMapView constructor
const
AppMapView({})
Implementation
const AppMapView({
super.key,
this.latitude,
this.longitude,
this.zoom,
this.onMapViewCreated,
this.onMarkerClick,
this.onMapRegionChanged,
});
const AppMapView({
super.key,
this.latitude,
this.longitude,
this.zoom,
this.onMapViewCreated,
this.onMarkerClick,
this.onMapRegionChanged,
});