PanoramaIconConnection class abstract final

Implemented types

Constructors

PanoramaIconConnection(Direction angularPosition, String iconId, String panoramaId)
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 connection iconId. The iconId is passed as a parameter to the IconImageFactory and IconUrlProvider once iconId is visible
no setter
panoramaId String
panoramaId is passed as a parameter to the onPanoramaChangeIntent 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 PanoramaIconConnection other) bool
The equality operator.
override