logo
Tutorials Examples naver map js api v3 네이버 지도 API UTMK_NAVER

StaticObjects: UTMK_NAVER

naver.maps. UTMK_NAVER

UTMK_NAVER 객체는 한국형 UTM(Universal Transverse Mercator) 좌표계를 변조해 네이버에서 사용하는 좌표계를 나타냅니다.
UTMK_NAVER 좌표계와 관련된 좌표 변환 메서드를 제공합니다.

원본 Projection 객체의 세계 좌표는 0~1 사이의 값입니다.

Properties
Name Type Description
name string

"UTMK_NAVER"

pointPerMeter number

8192

Tutorials

Extends

Methods

fromCoordToNaver(latlng)

지정한 위/경도 좌표를 NAVER 지도 좌표로 변환하여 반환합니다.

Parameters
Name Type Description
latlng naver.maps.LatLng

위/경도 좌표

Returns
Type Description
naver.maps.Point

NAVER 좌표

fromLatLngToNaver(latlng)

지정한 위/경도 좌표를 NAVER 지도 좌표로 변환하여 반환합니다.

Parameters
Name Type Description
latlng naver.maps.LatLng

위/경도 좌표

Returns
Type Description
naver.maps.Point

NAVER 좌표

fromNaverToCoord(naverPoint)

지정한 NAVER 좌표를 위/경도 좌표로 변환하여 반환합니다.

Parameters
Name Type Description
naverPoint naver.maps.Point

NAVER 좌표

Returns
Type Description
naver.maps.LatLng

위/경도 좌표

fromNaverToLatLng(naverPoint)

지정한 NAVER 좌표를 위/경도 좌표로 변환하여 반환합니다.

Parameters
Name Type Description
naverPoint naver.maps.Point

NAVER 좌표

Returns
Type Description
naver.maps.LatLng

위/경도 좌표

fromNaverToPoint(naverPoint)

지정한 NAVER 좌표를 세계 좌표로 변환하여 반환합니다.

Parameters
Name Type Description
naverPoint naver.maps.Point

NAVER 좌표

Returns
Type Description
naver.maps.Point

세계 좌표

fromNaverToUTMK(naverPoint)

지정한 NAVER 좌표를 UTMK 좌표로 변환하여 반환합니다.

Parameters
Name Type Description
naverPoint naver.maps.Point

NAVER 좌표

Returns
Type Description
naver.maps.Point

UTMK 좌표

fromPointToNaver(point)

지정한 세계 좌표를 NAVER 지도 좌표로 변환하여 반환합니다.

Parameters
Name Type Description
point naver.maps.Point

세계 좌표

Returns
Type Description
naver.maps.Point

NAVER 좌표

fromUTMKToNaver(utmk)

지정한 UTMK 좌표를 NAVER 지도 좌표로 변환하여 반환합니다.

Parameters
Name Type Description
utmk naver.maps.Point

UTMK 좌표

Returns
Type Description
naver.maps.Point

NAVER 좌표