AttributionControl : 속성 컨트롤
지도 속성 정보를 제공하는 컨트롤입니다. 생성되는 기본 위치는 bottom-right입니다.

AttributionControl로 사용할 수 있는 기본 옵션은 AttributionOptions입니다.


[AttributionControl 생성 방법]
AttributionControl은 Map 생성 후 addControl로 생성할 수 있습니다.

Example

map.addControl(new ktGms.control.AttributionControl({
customAttribution: "testAttribution",
compact: false
}), 'top-left');

See

AttributionControl 속성 컨트롤 생성 예제

Hierarchy

  • AttributionControl

Implements

  • IControl

Constructors

Constructors

Generated using TypeDoc