웹프로그래밍

Global It Leader!!


HTML


 
 

네이버 지도 예제 파일 보기

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 6,694회 작성일 12-04-20 14:33

본문

링크를 클릭하시면 네이버 지도 api 사용법에 대한 예제를 볼 수 있습니다.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Sample 07 </TITLE>
</HEAD>
 
<BODY>
<SCRIPT type="text/javascript" src="http://openapi.map.naver.com/js/naverMap.naver?key=인증키"></SCRIPT>
<div id='mapContainer' style='width:300px;height:300px'></div>
<SCRIPT LANGUAGE="JavaScript">
<!--
 /*지도 개체 생성 */
 var opts = {width:500, height:300, mapMode:1};
 
 var mapObj = new NMap(document.getElementById('mapContainer'),opts);
 
 /* 지도 좌표, 축적 수 준 초기화 */
 mapObj.setCenterAndZoom(new NPoint(321198,529730),3);
 
 /* 지도 컨트롤 생성 */
 var zoom = new NZoomControl();
 
 zoom.setAlign("right");
 zoom.setValign("top");
 mapObj.addControl(zoom);
 
 /* 지도 모드 변경 버튼 생성 */
 var mapBtns = new NMapBtns();
 mapBtns.setAlign("right");
 mapBtns.setValign("top");
 mapObj.addControl(mapBtns);
 
//-->
</SCRIPT>
</BODY>
</HTML>

댓글목록

등록된 댓글이 없습니다.

전체 32
게시물 검색
HTML 목록
번호 제목 글쓴이 조회 날짜
32 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1192 04-10
31 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3324 06-16
30 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1970 06-08
29 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2729 09-18
28 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2848 12-06
27 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5136 12-06
26 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3176 05-17
25 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3325 05-17
24 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3266 05-17
23 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3529 01-16
22 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3272 12-11
21 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4418 10-26
20 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4192 09-20
19 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3751 06-11
18 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3838 06-04
17 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3881 04-21
16 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3897 04-15
열람중 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6695 04-20
14 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5052 02-29
13 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5130 02-17