SmartLocationMap constructor
const
SmartLocationMap({
- Key? key,
- SmartRoute? route,
- bool showLiveLocation = true,
- bool enableTraffic = false,
- dynamic onMapCreated(
- GoogleMapController
- Set<
Marker> ? markers,
Implementation
const SmartLocationMap({
Key? key,
this.route,
this.showLiveLocation = true,
this.enableTraffic = false,
this.onMapCreated,
this.markers,
}) : super(key: key);