LocationComponentSettings constructor

LocationComponentSettings({
  1. bool? enabled,
  2. bool? pulsingEnabled,
  3. int? pulsingColor,
  4. double? pulsingMaxRadius,
  5. bool? showAccuracyRing,
  6. int? accuracyRingColor,
  7. int? accuracyRingBorderColor,
  8. String? layerAbove,
  9. String? layerBelow,
  10. bool? puckBearingEnabled,
  11. PuckBearing? puckBearing,
  12. String? slot,
  13. LocationPuck? locationPuck,
})

Implementation

LocationComponentSettings({
  this.enabled,
  this.pulsingEnabled,
  this.pulsingColor,
  this.pulsingMaxRadius,
  this.showAccuracyRing,
  this.accuracyRingColor,
  this.accuracyRingBorderColor,
  this.layerAbove,
  this.layerBelow,
  this.puckBearingEnabled,
  this.puckBearing,
  this.slot,
  this.locationPuck,
});