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

StaticObjects: EPSG3857Coord

naver.maps. EPSG3857Coord

EPSG3857Coord 객체는 EPSG:3857 평면 좌표계를 기본 좌표계로 사용하는 투영 객체입니다.
기존의 EPSG3857 투영 객체와 유사하지만, 실제 사용 좌표계는 위/경도 좌표계가 아닌 EPSG:3857 평면 좌표계입니다.

Tutorials

Extends

Methods

fromCoordToLatLng(coord)

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

Parameters
Name Type Description
coord naver.maps.Point

EPSG3857 평면 좌표

Returns
Type Description
naver.maps.LatLng

위/경도 좌표

fromCoordToPoint(coord)

지정한 EPSG3857 평면 좌표에 해당하는 세계 좌표를 반환합니다.

Parameters
Name Type Description
coord naver.maps.Point

EPSG3857 평면 좌표

Returns
Type Description
naver.maps.Point

세계 좌표

fromEPSG3857ToLatLng(coord)

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

Parameters
Name Type Description
coord naver.maps.Point

EPSG3857 평면 좌표

Returns
Type Description
naver.maps.LatLng

위/경도 좌표

fromEPSG3857ToPoint(coord)

지정한 EPSG3857 평면 좌표에 해당하는 세계 좌표를 반환합니다.

Parameters
Name Type Description
coord naver.maps.Point

EPSG3857 평면 좌표

Returns
Type Description
naver.maps.Point

세계 좌표

fromLatLngToCoord(coord)

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

Parameters
Name Type Description
coord Coord

위/경도 좌표

Returns
Type Description
naver.maps.Point

EPSG3857 평면 좌표

fromLatLngToEPSG3857(coord)

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

Parameters
Name Type Description
coord Coord

위/경도 좌표

Returns
Type Description
naver.maps.Point

EPSG3857 평면 좌표

fromPointToCoord(point)

지정한 세계 좌표에 해당하는 EPSG3857 평면 좌표를 반환합니다.

Parameters
Name Type Description
point naver.maps.Point

세계 좌표

Returns
Type Description
naver.maps.Point

EPSG3857 평면 좌표

fromPointToEPSG3857(point)

지정한 세계 좌표에 해당하는 EPSG3857 평면 좌표를 반환합니다.

Parameters
Name Type Description
point naver.maps.Point

세계 좌표

Returns
Type Description
naver.maps.Point

EPSG3857 평면 좌표