LocationIndicatorLayer constructor
LocationIndicatorLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- dynamic slot,
- String? bearingImage,
- String? shadowImage,
- String? topImage,
- double? accuracyRadius,
- int? accuracyRadiusBorderColor,
- int? accuracyRadiusColor,
- double? bearing,
- double? bearingImageSize,
- int? emphasisCircleColor,
- double? emphasisCircleRadius,
- double? imagePitchDisplacement,
- List<double?>? location,
- double? locationIndicatorOpacity,
- double? perspectiveCompensation,
- double? shadowImageSize,
- double? topImageSize}
)
Implementation
LocationIndicatorLayer({
required id,
visibility,
minZoom,
maxZoom,
slot,
this.bearingImage,
this.shadowImage,
this.topImage,
this.accuracyRadius,
this.accuracyRadiusBorderColor,
this.accuracyRadiusColor,
this.bearing,
this.bearingImageSize,
this.emphasisCircleColor,
this.emphasisCircleRadius,
this.imagePitchDisplacement,
this.location,
this.locationIndicatorOpacity,
this.perspectiveCompensation,
this.shadowImageSize,
this.topImageSize,
}) : super(
id: id,
visibility: visibility,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);