AnnotationEventHandler class

Callback of PanoAnnotation, the callback must set to PanoAnnotation to get events notification.

PanoAnnotation 的回调函数, 在使用 PanoAnnotation 之前必须要设置回调以获取事件通知。

Constructors

AnnotationEventHandler({OnAnnoRoleChanged? onAnnoRoleChanged, OnSnapshotComplete? onSnapshotComplete})
Constructs a AnnotationEventHandler

Properties

hashCode int
The hash code for this object.
no setterinherited
onAnnoRoleChanged ↔ OnAnnoRoleChanged?
Notification of annotation role type changed
getter/setter pair
onSnapshotComplete ↔ OnSnapshotComplete?
Notification of annotation snapshot complete
getter/setter pair
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited