Text marker struct
- Implemented types
Constructors
- PanoramaTextMarker(Direction angularPosition, String shortLabel, String fullLabel)
-
factory
Properties
- angularPosition → Direction
-
Angular position, degrees. (bearing, tilt) (0, 0) - (north, horizon)
no setter
- fullLabel → String
-
The text displayed in full mode. For example, street name + house
name 'Lesnaya ul. 14b'
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortLabel → String
-
The text displayed in short mode. For example, a house name '14b'
no setter
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 PanoramaTextMarker other) → bool -
The equality operator.
override