SmartLocationMap constructor

const SmartLocationMap({
  1. Key? key,
  2. SmartRoute? route,
  3. bool showLiveLocation = true,
  4. bool enableTraffic = false,
  5. dynamic onMapCreated(
    1. GoogleMapController
    )?,
  6. Set<Marker>? markers,
})

Implementation

const SmartLocationMap({
  Key? key,
  this.route,
  this.showLiveLocation = true,
  this.enableTraffic = false,
  this.onMapCreated,
  this.markers,
}) : super(key: key);