API2 국가별 위·경도 값 (Latitude & Longitude) 출처: https://gist.github.com/graydon/11198540#gistcomment-2702247 country bounding boxes country bounding boxes. GitHub Gist: instantly share code, notes, and snippets. gist.github.com ISO3Country Namelat_minlat_maxlon_minlon_max ABW Aruba 12.1702998 12.8102998 -70.2809842 -69.6409842 AFG Afghanistan 29.3772 38.4910682 60.5176034 74.889862 AGO Angola -18.038945 -4.3880634 11.4609793 24.0878856 AI.. 2020. 4. 13. JavaScript API - Map Types Maps JavaScriptAPI에는 4종류의 Map Types이 존재한다. 1. 기본 타입 설명 및 실제 화면 roadmap: 기본 타입 (default 값) satellite: 위성에서 촬영된 모습을 보여주는 타입 hybrid: 로드맵과 위성을 합쳐놓은 타입(위성지도에 label 정도 추가되는 느낌이다) terrain: 실제 지형의 고저차를 확인할 수 있는 타입 2. 사용 예제 ( 소스코드 ) 2.1 기본 형태 var myLatlng = new google.maps.LatLng(-34.397, 150.644); var mapOptions = { zoom: 8, center: myLatlng, mapTypeId: 'satellite' }; var map = new google.maps.Map(docum.. 2020. 3. 13. 이전 1 다음