LocationPicker constructor
const
LocationPicker({
- Key? key,
- required ValueChanged<
LocationMessage> onChange, - required TIMMapWidget mapBuilder(
- VoidCallback onMapLoadDone,
- Key mapKey,
- dynamic onMapMoveEnd(
- TIMCoordinate? targetGeoPt,
- TIMRegionChangeReason regionChangeReason
- required LocationUtils locationUtils,
- TIMCoordinate? initCoordinate,
- bool? isUseMapSDKLocation = true,
Implementation
const LocationPicker(
{Key? key,
required this.onChange,
required this.mapBuilder,
required this.locationUtils,
this.initCoordinate,
this.isUseMapSDKLocation = true})
: super(key: key);