JSPoint
지도 내 POI 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createPoint("ID");Properties
Name
Type
Description
Function
getAltitude() → number
var dAltitude = point.getAltitude();getFontColor() → JSColor
var fontColor = object.getFontColor();getFontName() → string
getFontOutColor() → JSColor
getFontSize() → number
getFontWeight() → number
getHighlightIcon() → JSIcon
getIcon() → JSIcon
getId() → string
getLatitude() → number
getLongitude() → number
getPosition() → JSVector3D
getVisibleRangeActivate() → boolean
getVisibleRangeMax() → number
getVisibleRangeMin() → number
isExistHighlightIcon() → boolean
isExistIcon() → boolean
setAltitude(alt) → boolean
Name
Type
Description
setFontStyle(name, size, weight, fill_color, outline_color) → boolean
Name
Type
Description
setHighlightIcon(icon) → boolean
Name
Type
Description
setIcon(icon) → boolean
Name
Type
Description
setImage(data, width, height) → boolean
Name
Type
Description
setLatitude(lat) → boolean
Name
Type
Description
setLongitude(lon) → boolean
Name
Type
Description
setLonLat(lon, lat) → boolean
Name
Type
Description
setPosition(position) → boolean
Name
Type
Description
setPositionLine(length, color) → boolean
Name
Type
Description
setRenderToTerrainTexture(type) → boolean
Name
Type
Description
setText(text) → boolean
Name
Type
Description
setVisibleRange(enable, min, max) → boolean
Name
Type
Description
Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
getHighlight(), setHighlight(highlight) → boolean
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
Last updated