MinimapControl : 미니맵 컨트롤
현재 맵의 미니어처 오버뷰를 표시하는 컨트롤입니다. 생성되는 기본 위치는 bottom-right입니다.

MinimapControl 사용할 수 있는 기본 옵션은 MinimapOptions를 확인해주세요.


[MinimapControl 생성 방법]
MinimapControl은 Map 생성 후 addControl로 생성할 수 있습니다.
Map 생성 시 MapOptions으로도 MinimapControl을 설정할 수 있으며, 더 자세한 설명은 MapMapOptions을 통해 확인할 수 있습니다.

Example

   map.addControl(new MinimapControl({}),'bottom-right');

See

MinimapControl 미니맵 컨트롤 생성 예제

Hierarchy

  • MinimapControl

Implements

  • IControl

Constructors

Constructors

Generated using TypeDoc