API (3) 썸네일형 리스트형 Google Maps 좌표 검색하기 Google Maps Javascript API 좌표 검색하기 Google Maps Key 가 필요합니다. Google Maps Javascript API V3 버전은 아직~~~! ㅠㅠㅡ Google Maps javascript 검색 Google Maps Javascript API V3 (Last updated 2012.04.16) Google Maps Javascript API V3 예제 아래에는 빠르게 참조할 수 있도록 Google Maps API 문서 집합에 포함된 모든 예제가 나와 있습니다. 기본사항 map-simple.html map-coordinates.html map-geolocation.html (HTML5 - 현재위치추적) map-language.html (언어) map-rtl.html (center marker) map-simple-async.html map-projection-simple.html 이벤트 event-simple.html event-closure.html event-arguments.html event-properties.html event-domListener.html 컨트롤 control-dis.. 구글 날씨 AP (xml+php) Google weather API php 5.2 이상 - simplexml_load_string() 지원가능해야 함 function google_weather($city) { $xml_file = "http://www.google.co.kr/ig/api?weather=".$city; //request url $get_file = file_get_contents($xml_file); if ($get_file === false) { die('Request failed1'); } $xmlObj = iconv("EUC-KR","UTF-8", $get_file); //only utf-8 $parser = simplexml_load_string($xmlObj); if ($parser === false) { die(.. 이전 1 다음