Company marker struct
- Implemented types
Constructors
- PanoramaCompanyMarker(Direction angularPosition, String label, String iconId, String permalink)
-
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 company iconId. The iconId is passed as a parameter to the
IconImageFactory and IconUrlProvider
no setter
- label → String
-
Displayed label. For example, a company name 'Sweet market'
no setter
- permalink → String
-
Permalink is passed as a parameter to the onCompanyTap method.
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 PanoramaCompanyMarker other) → bool -
The equality operator.
override