Type alias MarkerLabelOptions

MarkerLabelOptions: {
    content: string;
    offset?: Point;
    style?: MarkerLabelStyle;
}

マーカー上に表示する文字ラベルの設定

Type declaration

  • content: string

    ラベル文字列

  • Optional offset?: Point

    オフセット

  • Optional style?: MarkerLabelStyle

    ラベルのスタイル