웹프로그래밍

Global It Leader!!


HTML


 
 

네이버 지도 예제 파일 보기

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 6,730회 작성일 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 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1228 04-10
31 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3412 06-16
30 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1997 06-08
29 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2767 09-18
28 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2883 12-06
27 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5246 12-06
26 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3212 05-17
25 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3362 05-17
24 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3298 05-17
23 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3566 01-16
22 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3304 12-11
21 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4496 10-26
20 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4231 09-20
19 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3783 06-11
18 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3869 06-04
17 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3916 04-21
16 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3937 04-15
열람중 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6731 04-20
14 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5085 02-29
13 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5178 02-17