AttributionControl : 속성 컨트롤 지도 속성 정보를 제공하는 컨트롤입니다. 생성되는 기본 위치는 bottom-right입니다.
bottom-right
AttributionControl로 사용할 수 있는 기본 옵션은 AttributionOptions입니다.
[AttributionControl 생성 방법] AttributionControl은 Map 생성 후 addControl로 생성할 수 있습니다.
map.addControl(new ktGms.control.AttributionControl({ customAttribution: "testAttribution", compact: false}), 'top-left'); Copy
map.addControl(new ktGms.control.AttributionControl({ customAttribution: "testAttribution", compact: false}), 'top-left');
AttributionControl 속성 컨트롤 생성 예제
AttributionControl class의 생성자입니다.
AttributionControl
Optional
Generated using TypeDoc
AttributionControl : 속성 컨트롤
지도 속성 정보를 제공하는 컨트롤입니다. 생성되는 기본 위치는
bottom-right
입니다.AttributionControl로 사용할 수 있는 기본 옵션은 AttributionOptions입니다.
[AttributionControl 생성 방법]
AttributionControl은 Map 생성 후 addControl로 생성할 수 있습니다.
Example
See
AttributionControl 속성 컨트롤 생성 예제