LocationIndicatorLayer constructor

LocationIndicatorLayer(
  1. {required dynamic id,
  2. dynamic visibility,
  3. dynamic minZoom,
  4. dynamic maxZoom,
  5. dynamic slot,
  6. String? bearingImage,
  7. String? shadowImage,
  8. String? topImage,
  9. double? accuracyRadius,
  10. int? accuracyRadiusBorderColor,
  11. int? accuracyRadiusColor,
  12. double? bearing,
  13. double? bearingImageSize,
  14. int? emphasisCircleColor,
  15. double? emphasisCircleRadius,
  16. double? imagePitchDisplacement,
  17. List<double?>? location,
  18. double? locationIndicatorOpacity,
  19. double? perspectiveCompensation,
  20. double? shadowImageSize,
  21. 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);