MapSettings constructor

const MapSettings({
  1. String markerIcon = 'default_marker.png',
  2. String feedbackIcon = 'default_feedback.gif',
  3. bool showFeedback = false,
  4. String locationSource = 'static',
})

Implementation

const MapSettings(
    {this.markerIcon = 'default_marker.png',
    this.feedbackIcon = 'default_feedback.gif',
    this.showFeedback = false,
    this.locationSource = 'static'});