JSMultiPoint
지도 내 멀티 POI 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createMultiPoint("ID");Function
getId() → string
var strKey = object.getId();setMainPoint(id, position, icon) → boolean
Name
Type
Description
setMainPointVisible(visible) → boolean
Name
Type
Description
setSpreadEffect(set) → boolean
Name
Type
Description
insertSubPoint(id, icon) → boolean
Name
Type
Description
setBar(color, altitude, width) → boolean
Name
Type
Description
Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
Last updated