Skip to content

Commit

Permalink
Update click.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hokite authored Nov 6, 2023
1 parent 699b0bd commit cfd1566
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions click.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="UTF-8">
<title>카카오 지도 클릭 예제</title>
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=YOUR_APP_KEY"></script>
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=0093745d6e4797bd4c103fb856dd5b68"></script>
</head>
<body>
<div id="map" style="width: 500px; height: 400px;"></div>

<script>
var mapContainer = document.getElementById('map');
var options = {
center: new kakao.maps.LatLng(37.566826, 126.978656), // 기본 지도 중심 좌표
center: new kakao.maps.LatLng(36.32843, 126.5099), // 기본 지도 중심 좌표
level: 3 // 기본 지도 확대 레벨
};

Expand All @@ -27,3 +27,5 @@
</script>
</body>
</html>


0 comments on commit cfd1566

Please sign in to comment.