LocationPuck3D class Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- modelOpacity ↔ double?
-
The opacity of the model.
read / write
-
modelRotation
↔ List<
double?> ? -
The rotation of the model.
read / write
-
modelScale
↔ List<
double?> ? -
The scale of the model.
read / write
- modelScaleExpression ↔ String?
-
The scale expression of the model, which will overwrite the default scale expression that keeps the model size constant during zoom.
read / write
-
modelTranslation
↔ List<
double?> ? -
The translation of the model
lon, lat, zread / write - modelUri ↔ String?
-
An URL for the model file in gltf format.
read / write
-
position
↔ List<
double?> ? -
The position of the model.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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) → LocationPuck3D