소켓2 구글맵 API, 좌표로 주소 구하기(Reverse Geocoding) 구글맵 API를 이용하여 좌표를 넘기면 좌표에 해당하는 주소가 전달이 됩니다. 좌표 주소 변환(ReverseGeocoding) 설명 http://code.google.com/intl/ko/apis/maps/documentation/geocoding/index.html#ReverseGeocoding 좌표 주소 변환(Geocoding) 예제 http://code.google.com/intl/ko/apis/maps/documentation/examples/geocoding-simple.html 처음엔 스누피 클래스를 이용하여 반환값을 읽어 왔는데 계속 영문 주소로만 나오는 것이었습니다. 찾아보니 HTTP 헤더를 어떻게 해주면 된다고 하길래 전에 사용하던 소켓 함수를 사용해서 반환값을 읽어오니 계속 영문으로 나.. 2009. 7. 28. [PHP] Snoopy Class, 무엇이든 읽어오는 강력한 소켓 클래스 스누피 클래스(Snoopy Class) 다운로드 http://sourceforge.net/projects/snoopy/ 스누피 클래스의(Snoopy Class) 특징 입니다. * easily fetch the contents of a web page * easily fetch the text from a web page (strip html tags) * easily fetch the the links from a web page * supports proxy hosts * supports basic user/pass authentication * supports setting user_agent, referer, cookies and header content * supports browser redi.. 2009. 7. 13. 이전 1 다음