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

StaticObjects: TM128

naver.maps. TM128

TM128 객체는 위/경도 좌표를 기본 좌표계로 사용하는 TM128 투영 객체입니다.

Tutorials

Extends

Methods

fromCoordToPoint(latlng)

지정한 위/경도 좌표에 해당하는 세계 좌표를 반환합니다.

Parameters
Name Type Description
latlng Coord

위/경도 좌표

Returns
Type Description
naver.maps.Point

세계 좌표

fromPointToCoord(point)

지정한 세계 좌표에 해당하는 위/경도 좌표를 반환합니다.

Parameters
Name Type Description
point naver.maps.Point

세계 좌표

Returns
Type Description
naver.maps.LatLng

위/경도 좌표