Icon marker struct
- Implemented types
Constructors
- PanoramaIconMarker(Direction angularPosition, String iconId)
-
factory
Properties
- angularPosition → Direction
-
Angular position, degrees. (bearing, tilt) (0, 0) - (north, horizon)
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- iconId → String
-
The marker iconId. The iconId is passed as a parameter to the
IconImageFactory and IconUrlProvider
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant PanoramaIconMarker other) → bool -
The equality operator.
override