API
MapSeriesView

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)을 그대로 반환한다.

ParameterType
fallbackClipElement
scalenumber (opens in a new tab)
txnumber (opens in a new tab)
tynumber (opens in a new tab)
prjMapProjection

setPointLabelVisible(point, visible): void (opens in a new tab)

데이터포인트와 연결된 라벨 표시/숨김 처리 #361

ParameterType
pointDataPoint
visibleboolean (opens in a new tab)