d3-thematika - v0.0.1
    Preparing search index...

    PointAnnotationLayerの初期化オプション

    interface PointAnnotationLayerOptions {
        annotationType?: AnnotationType;
        attr?: LayerAttr;
        connectorOptions?: ConnectorOptions;
        data:
            | FeatureCollection<Geometry, GeoJsonProperties>
            | Feature<Geometry, GeoJsonProperties>[];
        noteOptions?: NoteOptions;
        offsetAccessor?: OffsetAccessor;
        style?: LayerStyle;
        subjectOptions?: SubjectOptions;
        textAccessor?: TextAccessor;
        titleAccessor?: TextAccessor;
    }
    Index

    Properties

    annotationType?: AnnotationType

    アノテーションタイプ

    attr?: LayerAttr

    レイヤーの属性設定

    connectorOptions?: ConnectorOptions

    コネクター(引き出し線)の設定

    data:
        | FeatureCollection<Geometry, GeoJsonProperties>
        | Feature<Geometry, GeoJsonProperties>[]

    GeoJSONデータ

    noteOptions?: NoteOptions

    ノート(テキスト部分)の設定

    offsetAccessor?: OffsetAccessor

    オフセット位置のアクセサー

    style?: LayerStyle

    レイヤーのCSS style属性設定

    subjectOptions?: SubjectOptions

    サブジェクト(対象)の設定

    textAccessor?: TextAccessor

    テキスト内容のアクセサー

    titleAccessor?: TextAccessor

    タイトル内容のアクセサー