LocationPuck2D class Null safety

Constructors

LocationPuck2D({Uint8List? topImage, Uint8List? bearingImage, Uint8List? shadowImage, String? scaleExpression})

Properties

bearingImage Uint8List?
Name of image in sprite to use as the middle of the location indicator.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scaleExpression String?
The scale expression of the images. If defined, it will be applied to all the three images.
read / write
shadowImage Uint8List?
Name of image in sprite to use as the background of the location indicator.
read / write
topImage Uint8List?
Name of image in sprite to use as the top of the location indicator.
read / write

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(Object result) LocationPuck2D