일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 하루 한마디 영어
- 영어
- sky 시리우스폰
- 안드로이드 개발 2.0
- 안드로이드 개발
- 아이폰 바탕화면
- MapView
- 안드로이드 바탕화면
- 안드로이드2.0개발
- 하루한마디영어
- Form Stuff
- objective-c
- 안드로이드 2.0 개발
- 안드로이드2.0
- 안드로이드
- 안드로이드 개발 2.0 강좌
- 안드로이드 개발 강좌
- 스마트폰 배경화면
- SKY 시리우스
- 스카이 안드로이드폰 시리우스 K양 동영상
- 구글안드로이드
- 안드로이드폰
- 스카이 안드로이드폰 시리우스
- 구글 안드로이드
- 아이폰 배경화면
- 안드로이드개발
- 안드로이드 배경화면
- 구글 안드로이드 개발
- android
- 인기있는 블로그 만들기
- Today
- Total
moozi
구글맵기본 본문
<!DOCTYPE HTML>
<html>
<head>
<title>한국IT직업전문학교</title>
<!-- 뷰포트 : 디바이스 크기에 맞게 사이즈 조절 -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<!-- JQuery-UI-Map을 사용하기 위해 반드시 필요한 태그-->
<script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script>
<script src="ui/min/jquery.ui.map.full.min.js" type="text/javascript"></script>
<script src="ui/jquery.ui.map.extensions.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
//초기 위치를 한국IT직업전문학교 설정
var StartLatLng = new google.maps.LatLng(37.474366, 127.030917); $("#map_canvas").gmap({"center": StartLatLng, "zoom":16});
}
);
</script>
<style type="text/css">
.map_style {
padding: 0px;
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<div data-role="page" class="map_style">
<div data-role="header">
<a href="index.html" data-icon="back" data-direction="reverse">Back</a>
<a href="index.html" data-icon="home" data-iconpos="notext">홈</a>
<h1>학교위치</h1>
</div>
<div data-role="content" class="map_style">
<div id="map_canvas" class="map_style"></div>
</div>
<div data-role="footer">
</div>
</div>
</body>
</html>
'하이브리드앱' 카테고리의 다른 글
부트스트랩 예제 (0) | 2015.11.06 |
---|---|
iframe사용하기 (0) | 2015.10.31 |
자바스크립트를 이용한 jsp의 json파싱 (0) | 2015.10.29 |
폰갭 API 개발 (0) | 2015.10.20 |
7/1 jquery에서 drawImage()사용하기 (0) | 2015.07.01 |