ArcGISMapView constructor
- Key? key,
- required ArcGISMapViewController controllerProvider(),
- void onMapViewReady()?,
- void onTap(
- Offset localPosition
- void onLongPressEnd(
- Offset localPosition
Creates an ArcGIS map view.
Implementation
const ArcGISMapView({
super.key,
required this.controllerProvider,
this.onMapViewReady,
this.onTap,
this.onLongPressEnd,
});