DefaultLocationPuck2D constructor

DefaultLocationPuck2D(
  1. {Uint8List? topImage,
  2. Uint8List? bearingImage,
  3. Uint8List? shadowImage,
  4. String? scaleExpression,
  5. double? opacity}
)

Creates an instance of the default 2D location indicator, allowing to customize apects of it(topImage, bearingImage, opacity etc.).

Implementation

DefaultLocationPuck2D(
    {super.topImage,
    super.bearingImage,
    super.shadowImage,
    super.scaleExpression,
    super.opacity});