constructor(options?: any): AnnotationBase
AnnotationBase クラスの新しいインスタンスを初期化します。
JavaScript object containing initialization data for the object.
注釈のポイントを取得または設定します。ポイントの座標は、attachment プロパティに依存します。詳細は、AnnotationAttachment を参照してください。
注釈のスタイルを取得または設定します。
destroy(): void
この注釈を破棄します。
render(engine: IRenderEngine): void
この注釈をレンダリングします。
The engine to render annotation.
AnnotationLayerの注釈の基本クラスを表します。