Type alias GLMarkerLabelOptions

GLMarkerLabelOptions: {
    content: string;
    offset?: Point;
    style?: GLMarkerLabelStyle;
}

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

Type declaration

  • content: string

    ラベル文字列

  • Optional offset?: Point

    オフセット

  • Optional style?: GLMarkerLabelStyle

    ラベルのスタイル