LocationPuck2D class
2D location puck configuration.
Constructors
Properties
- bearingImage ↔ Uint8List?
-
Name of image in sprite to use as the middle of the location indicator.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- opacity ↔ double?
-
The opacity of the entire location puck.
Default value: 1. Value range:
0, 1getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleExpression ↔ String?
-
The scale expression of the images. If defined, it will be applied to all the three images.
getter/setter pair
- shadowImage ↔ Uint8List?
-
Name of image in sprite to use as the background of the location indicator.
getter/setter pair
- topImage ↔ Uint8List?
-
Name of image in sprite to use as the top of the location indicator.
getter/setter pair
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
decode(
Object result) → LocationPuck2D