LocationShow constructor
const
LocationShow({
- Key? key,
- required String addressName,
- String? addressLocation,
- required double latitude,
- required double longitude,
- required LocationUtils locationUtils,
- required TIMMapWidget mapBuilder(
- VoidCallback onMapLoadDone,
- Key mapKey
- bool? isUseMapSDKLocation = true,
- bool isAllowCurrentLocation = true,
Implementation
const LocationShow({
Key? key,
required this.addressName,
this.addressLocation,
required this.latitude,
required this.longitude,
required this.locationUtils,
required this.mapBuilder,
this.isUseMapSDKLocation = true,
this.navigationMapList,
this.isAllowCurrentLocation = true,
}) : super(key: key);