2017. 7. 10. 11:25

1. Google API 인증키 얻기

- 링크 :  https://code.google.com/apis/console


2. Google Map API 

- 링크 :   https://developers.google.com/maps/documentation/javascript/tutorial







3. 해당 소스




<script src="https://maps.googleapis.com/maps/api/js?key={$API_KEY}&callback=initMap" async="" defer=""></script>
- 참고 사이트   http://unikys.tistory.com/375

Posted by 1+1은?