JSOption
지도 내 환경 옵션을 설정하기 위한 API 입니다.
var math = Module.getOption();Properties
Name
Type
Description
Funtion
callBackAddPoint(event) → string
Name
Type
Description
function addPoint(e) {
console.log(e);
}
Module.getOption().callBackAddPoint(addPoint);callBackCompletePoint(event) → string
Name
Type
Description
SetAreaMeasurePolygonDepthBuffer(type) → boolean
Name
Type
Description
SetDistanceMeasureLineDepthBuffer(type) → boolean
Name
Type
Description
setSlideScreenCount(value) → boolean
Name
Type
Description
setTwoSlideScreenDivideRate(value) → boolean
Name
Type
Description
setTwoSlideScreenLayerList(leftName, rightName) → number
Name
Type
Description
setTextureCapacityLimit(limit)
Name
Type
Description
setPickingCalculateType(type) → boolean
Name
Type
Description
setMaxRequestTileMeshSize(size)
Name
Type
Description
setAtmosphericSunriseTime(hour, minute)
Name
Type
Description
setAtmosphericSunsetTime(hour, minute)
Name
Type
Description
setAtmosphericTime(hour, minute)
Name
Type
Description
Last updated