AmapWidget constructor
const
AmapWidget({
- Key? key,
- required CameraPosition initCameraPosition,
- AMapUIController? uiController,
- MapCreatedCallback? onMapCreated,
- ArgumentCallback<
CameraPosition> ? onCameraMove, - ArgumentCallback<
CameraPosition> ? onCameraMoveEnd, - MapType? mapType,
- bool gestureScaleByMapCenter = false,
Implementation
const AmapWidget({
Key? key,
required this.initCameraPosition,
this.uiController,
this.onMapCreated,
this.onCameraMove,
this.onCameraMoveEnd,
this.mapType,
this.gestureScaleByMapCenter = false,
}) : super(key: key);