LocationPuck3D class

Constructors

LocationPuck3D({String? modelUri, List<double?>? position, double? modelOpacity, List<double?>? modelScale, String? modelScaleExpression, List<double?>? modelTranslation, List<double?>? modelRotation})

Properties

hashCode int
The hash code for this object.
no setterinherited
modelOpacity double?
The opacity of the model.
getter/setter pair
modelRotation List<double?>?
The rotation of the model.
getter/setter pair
modelScale List<double?>?
The scale of the model.
getter/setter pair
modelScaleExpression String?
The scale expression of the model, which will overwrite the default scale expression that keeps the model size constant during zoom.
getter/setter pair
modelTranslation List<double?>?
The translation of the model lon, lat, z
getter/setter pair
modelUri String?
An URL for the model file in gltf format.
getter/setter pair
position List<double?>?
The position of the model.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Static Methods

decode(Object result) LocationPuck3D