구글 맵에서 Lat, Long을 구해서 여분 필드에 넣기

구글 맵에서 주소를 이용해서 위도, 경도를 구해서 여분필드에 저장 하고 싶습니다.
아래에 있던 마커가 모두 위도, 경도로 구하는 샘플이라서..
주소에서 직접 마커 찍도록 바꾸는 것이 어려워서 그냥 여분필드에 미리 위도,경도를 구해서 저장해 놓을 까 합니다.
 
첨부 파일의 중간쯤 보면
         alert("1: " + results[0].geometry.location.lat());
         alert("2: " + results[0].geometry.location.lng());
가 있는데,  이부분을 게시판의 여분 필드 wr_3, wr_4에 저장하면 됩니다. (write_skin.php에서)
 
고수님들의 조언 부탁드립니다.

첨부파일

geocoding-simple.htm (1.7 KB) 12회 2012-01-08 13:13
|

댓글 1개

<script type="text/javascript">
var geocoder;
var map;
function initialize() {
geocoder = new google.maps.Geocoder();
var latlng = new google.maps.LatLng(36.778, -119.4179);
var myOptions = {
zoom: 12,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
}

function codeAddress() {
var address = document.getElementById("wr_1").value;
geocoder.geocode( { 'address': address}, function(results, status) {
if (status == google.maps.GeocoderStatus.OK) {
map.setCenter(results[0].geometry.location);
document.getElementById("wr_8").value= results[0].geometry.location.lat();
document.getElementById("wr_9").value= results[0].geometry.location.lng();
var marker = new google.maps.Marker({
map: map,
position: results[0].geometry.location
});
} else {
alert("Geocode was not successful for the following reason: " + status);
}
});
}
</script>

이런식으로 이용하시면 될실거 같습니다..
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
14년 전 조회 1,758
14년 전 조회 2,776
14년 전 조회 1,306
14년 전 조회 2,276
14년 전 조회 2,519
14년 전 조회 1,656
14년 전 조회 1,582
14년 전 조회 1,144
14년 전 조회 1,714
14년 전 조회 1,618
14년 전 조회 1,469
14년 전 조회 1,391
14년 전 조회 1,442
14년 전 조회 1,809
14년 전 조회 2,583
14년 전 조회 1,713
14년 전 조회 1,166
14년 전 조회 1.1만
14년 전 조회 1,484
14년 전 조회 1,350
14년 전 조회 1,929
14년 전 조회 3,046
14년 전 조회 1,862
14년 전 조회 1,542
14년 전 조회 1,322
14년 전 조회 2,221
14년 전 조회 1,531
14년 전 조회 2,897
14년 전 조회 1,343
14년 전 조회 1,329
14년 전 조회 1,455
14년 전 조회 2,167
14년 전 조회 1,322
14년 전 조회 2,810
14년 전 조회 1,124
14년 전 조회 3,735
14년 전 조회 3,885
14년 전 조회 3,812
14년 전 조회 3,622
14년 전 조회 1,293
14년 전 조회 1,264
14년 전 조회 1,788
14년 전 조회 2,032
14년 전 조회 1,206
14년 전 조회 1,311
14년 전 조회 1,180
14년 전 조회 5,289
14년 전 조회 1,180
14년 전 조회 5,568
14년 전 조회 1,893
14년 전 조회 1,702
14년 전 조회 1,138
14년 전 조회 1,336
14년 전 조회 1,841
14년 전 조회 1,336
14년 전 조회 2,002
14년 전 조회 1,530
14년 전 조회 1,294
14년 전 조회 1,429
14년 전 조회 3,491
14년 전 조회 1,248
14년 전 조회 1,794
14년 전 조회 1,440
14년 전 조회 1,396
14년 전 조회 1,278
14년 전 조회 3,920
14년 전 조회 1,844
14년 전 조회 1,291
14년 전 조회 1,357
14년 전 조회 1,341
14년 전 조회 1,422
14년 전 조회 1,208
14년 전 조회 1,302
14년 전 조회 1,929
14년 전 조회 3,790
14년 전 조회 2,235
14년 전 조회 1,278
14년 전 조회 1,260
14년 전 조회 1,385
14년 전 조회 1,255
14년 전 조회 1,372
14년 전 조회 1,478
14년 전 조회 1,198
14년 전 조회 3,685
14년 전 조회 3,589
14년 전 조회 1,406
14년 전 조회 1,893
14년 전 조회 1,523
14년 전 조회 1,362
14년 전 조회 3,864
14년 전 조회 2,858
14년 전 조회 2,462
14년 전 조회 2,378
14년 전 조회 1,167
14년 전 조회 1,937
14년 전 조회 1,149
14년 전 조회 1,153
14년 전 조회 1,201
14년 전 조회 1,617
14년 전 조회 1,650