Type alias MarkerLabelStyle

MarkerLabelStyle: {
    backgroundColor?: string;
    border?: string;
    color?: string;
    fontSize?: string;
    fontWeight?: string;
    padding?: string;
    textShadow?: string;
}

マーカー上に表示する文字ラベルのCSS設定
※ CSSStyleDeclaration に定義されているものの一部を利用可能

Type declaration

  • Optional backgroundColor?: string

    背景色

  • Optional border?: string

    境界線

  • Optional color?: string

    文字色

  • Optional fontSize?: string

    文字サイズ

  • Optional fontWeight?: string

    文字のウェイト

  • Optional padding?: string

    余白

  • Optional textShadow?: string

    テキストの影