MapSeriesView
View for map series.
Properties
rotation: number (opens in a new tab) readonly
rotation
default :undefined
visible: boolean (opens in a new tab) readonly
visible
default :undefined
Methods
dispose(): null
객체를 해제하고 null을 반환한다.
사용 예: this._obj = this._obj.dispose();
return null
resolveBoundsClip(fallback, scale, tx, ty, prj): ClipElement
이 시리즈의 맵에 bounds가 설정된 경우, 해당 bounds 기준의 SVG clip-path를 생성해 반환한다. bounds가 없거나 세계 전체 범위인 경우 BodyView에서 전달된 투영 clip(fallback)을 그대로 반환한다.
| Parameter | Type |
|---|---|
| fallback | ClipElement |
| scale | number (opens in a new tab) |
| tx | number (opens in a new tab) |
| ty | number (opens in a new tab) |
| prj | MapProjection |
setPointLabelVisible(point, visible): void (opens in a new tab)
데이터포인트와 연결된 라벨 표시/숨김 처리 #361
| Parameter | Type |
|---|---|
| point | DataPoint |
| visible | boolean (opens in a new tab) |