Global It Leader!!



 
 

HTML 네이버 지도 예제 파일 보기

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 6,895회 작성일 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>

댓글목록

등록된 댓글이 없습니다.

전체 440
게시물 검색
컴퓨터언어 목록
번호 제목 글쓴이 조회 날짜
140 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6360 04-24
139 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5812 04-24
138 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9227 04-22
137 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5698 04-22
136 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5087 04-22
135 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5090 04-22
134 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5623 04-22
133 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7000 04-20
열람중 HTML no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6896 04-20
131 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5011 04-20
130 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4748 04-19
129 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5151 04-19
128 CSS no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5238 04-17
127 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4817 04-17
126 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4928 04-11
125 PHP no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4862 04-07
124 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5128 04-01
123 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5602 04-01
122 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4913 03-31
121 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5076 03-22