API
MapWidgetGroupOptions

MapWidgetGroupOptions

범례 및 scale 등의 위젯들을 한 방향으로 배치하는 그룹 설정 옵션.
위젯의 order 속성으로 배치 순서를 결정한다.

Options

align: 'center' | 'left' | 'right'

수평 배치.
값을 지정하지 않으면, 기본값이 location'body'일 때는 'left', 'left', 'right'일 때는 'center'이다.

  • 'center' 영역 가운데로 정렬한다.
  • 'left' 왼쪽으로 정렬한다.
  • 'right' 오른쪽으로 정렬한다.

default :undefined

background: MapWidgetBackgroundOptions

범례나 scale의 배경 설정 옵션.

default :undefined

direction: 'vertical' | 'horizontal'

포함된 위젯들 배치 방향.

default :'vertical'

footer: MapWidgetCaptionOptions

범례나 scale의 footer 설정 옵션.

default :undefined

location: 'body' | 'bottom' | 'left' | 'right' | 'top'

범례나 scale 표시 위치.

  • 'body' 맵차트 본체 영역 내부에 표시한다.
  • 'bottom' 맵차트 본체 아래 표시한다.
  • 'left' 맵차트 본체 왼쪽에 표시한다.
  • 'right' 맵차트 본체 오른쪽에 표시한다.
  • 'top' 맵차트 타이틀 아래 표시한다.

default :'bottom'

name: string (opens in a new tab)

시리즈에서 참조하는 범례나 스케일 이름.

default :undefined

offsetX: number (opens in a new tab)

범례 또는 scale과 (location이 body일 때)body 또는 맵차트 경계 사이의 수평 간격.

default :0

offsetY: number (opens in a new tab)

범례 또는 scale과 (location이 body일 때)body 또는 맵차트 경계 사이의 수직 간격.

default :0

order: number (opens in a new tab)

그룹 내에서 배치 순서.
값을 지정하지 않거나 잘못 지정하면 마자믹에 배치된다.

default :undefined

style: SVGStyles | string (opens in a new tab)

스타일셋 혹은 class selector.

default :undefined

title: MapWidgetCaptionOptions

범례나 scale의 타이틀 설정 옵션.

default :undefined

verticalAlign: 'bottom' | 'middle' | 'top'

수직 배치.
값을 지정하지 않으면, 기본값이 location'body'일 때는 'top', 'top', 'bottom'일 때는 'middle'이다.

  • 'bottom'
  • 'middle'
  • 'top'

default :undefined

visible: boolean (opens in a new tab)

표시 여부.

default :true