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

Class: naver.maps.NaverMapTypeOptions

naver.maps. NaverMapTypeOptions

NaverMapTypeOptions 클래스는 네이버 지도 유형의 옵션을 정의합니다. (Deprecated)

지도 타일이 변경되어 NaverStyleMapTypeOptions을 사용합니다.

Parameters
Name Type Description
options NaverImageMapTypeOptions

네이버 이미지 지도 유형 옵션

Tutorials

Methods

<static> getBicycleLayer(opts)

NAVER 자전거 레이어 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 자전거 레이어 지도 유형

<static> getBlankMap(opts)

NAVER 일반 지도의 빈 타일 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 일반 지도(빈 타일) 유형

<static> getCadastralLayer(opts)

NAVER 지적도 레이어 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 지적도 레이어 지도 유형

<static> getHybridMap(opts)

NAVER 위성 겹쳐보기 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 위성 겹쳐보기 지도 유형

<static> getMapTypes(opts)

일반, 지형도, 위성, 겹쳐보기 지도 유형을 담고 있는 MapTypeRegistry 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

각 지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.MapTypeRegistry

NAVER 지도 유형 컬렉션 객체

<static> getNormalLabelLayer(opts)

NAVER 일반 지도의 주기(Label) 레이어 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 일반 지도의 주기(Label) 레이어 지도 유형

<static> getNormalMap(opts)

NAVER 일반 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 일반 지도 유형

<static> getSatelliteLabelLayer(opts)

NAVER 위성 지도의 주기(Label) 레이어 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 위성 지도의 주기(Label) 레이어 지도 유형

<static> getSatelliteMap(opts)

NAVER 위성 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 위성 지도 유형

<static> getStreetLayer(opts)

NAVER 거리뷰 레이어 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 거리뷰 레이어 지도 유형

<static> getTerrainMap(opts)

NAVER 지형도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 지형도 유형

<static> getTrafficLayer(opts)

NAVER 교통 상황 레이어 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 교통 상황 레이어 지도 유형

<static> getVectorMap(opts)

NAVER 일반 지도의 배경 지도 유형 객체를 반환합니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 일반 지도의 배경 지도 유형 객체

<static> getWorldMap(opts)

NAVER 세계 지도 유형 객체를 반환합니다.

이 지도 유형은 EPSG3857 Projection 객체를 사용하며, 최대/최소 줌 레벨은 0 ~ 7입니다.

Parameters
Name Type Argument Description
opts NaverImageMapTypeOptions <optional>

지도 유형에 적용할 옵션

Returns
Type Description
naver.maps.ImageMapType

NAVER 세계 지도 유형

Type Definitions


NaverImageMapTypeOptions

NaverImageMapTypeOptions 객체는 ImageMapTypeOptions를 상속받으며, NAVER 지도 전용으로 설계된 별도의 옵션을 추가로 정의합니다.

Type:
Properties
Name Type Argument Default Description
maxZoom number <optional>
14

지도 유형의 최대 줌 레벨입니다.

minZoom number <optional>
-1

지도 유형의 최소 줌 레벨입니다.

projection naver.maps.Projection <optional>
naver.maps.UTMK_NAVER

지도 유형의 투영입니다. 자세한 설명은 Projection 객체를 참고합니다.

tileSize naver.maps.Size <optional>
(256,256)

지도 유형의 타일 크기입니다.

hd string <optional>

고해상도 이미지 타일의 사용 여부입니다. window.devicePixelRatio의 값이 1 보다 크면 true로 설정됩니다.


NaverStyleMapTypeOptions

NaverStyleMapTypeOptions 객체는 ImageMapTypeOptions를 상속받으며, NAVER 지도 전용으로 설계된 별도의 옵션을 추가로 정의합니다.

Type:
Properties
Name Type Argument Default Description
maxZoom number <optional>
21

지도 유형의 최대 줌 레벨입니다.

minZoom number <optional>
0

지도 유형의 최소 줌 레벨입니다.

projection naver.maps.Projection <optional>
naver.maps.EPSG3857

지도 유형의 투영입니다. 자세한 설명은 Projection 객체를 참고합니다.

tileSize naver.maps.Size <optional>
(256,256)

지도 유형의 타일 크기입니다.

hd string <optional>

고해상도 이미지 타일의 사용 여부입니다. window.devicePixelRatio의 값이 1 보다 크면 true로 설정됩니다.