Last updated

API / geotoolkit / widgets / overlays / Annotation / Annotation

Namespace: Annotation

overlays.Annotation.Annotation

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { PropertyChanged: "Symbol" | "Target" | "Transformation" | "TextStyle" | "FillStyle" | "LineStyle" | "Z-Index" | "Options" }


Options

Ƭ Options: Object

Type declaration

NameTypeDescription
anchor?Pointanchor point
name?stringannotation name
options?OptionsBaseoptions
symbol?Symbolbase64 image
target?Nodetarget
text?stringannotation text

OptionsBase

Ƭ OptionsBase: Object

options

Type declaration

NameTypeDescription
fillstyle?Typeannotation fill style
linestyle?Typeannotation borderline style
textstyle?Typeannotation text style
z-index?numberDefine annotation z-index

OptionsOut

Ƭ OptionsOut: Object

Type declaration

NameTypeDescription
fillstyleFillStyle | nullannotation fill style
linestyleLineStyle | nullannotation border line style
textstyleTextStyle | nullannotation text style
z-indexnumberDefine annotation z-index

Properties

Ƭ Properties: OptionsBase & { text?: string }

Annotation properties


PropertiesOut

Ƭ PropertiesOut: OptionsOut & { text: string }

Annotation properties