LocationComponentSettings constructor
LocationComponentSettings({ - bool? enabled,
- bool? pulsingEnabled,
- int? pulsingColor,
- double? pulsingMaxRadius,
- bool? showAccuracyRing,
- int? accuracyRingColor,
- int? accuracyRingBorderColor,
- String? layerAbove,
- String? layerBelow,
- bool? puckBearingEnabled,
- PuckBearing? puckBearing,
- String? slot,
- 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,
});