간단한거지만 찾을려면 힘들것 같아서 10원짜리 팁으로 올립니다.
금일 쓸일이 있어서 찾다가 남깁니다.
[출처] phpschool
<?php
function _deg2rad($deg)
{
$radians = 0.0;
$radians = $deg * M_PI/180.0;
return($radians);
}
function geoDistance($lat1, $lon1, $lat2, $lon2, $unit="k")
{
$theta = $lon1 - $lon2;
$dist = sin(_deg2rad($lat1)) * sin(_deg2rad($lat2)) + cos(_deg2rad($lat1)) * cos(_deg2rad($lat2)) * cos(_deg2rad($theta));
$dist = acos($dist);
$dist = rad2deg($dist);
$miles = $dist * 60 * 1.1515;
$unit = strtolower($unit);
if ($unit == "k") {
return ($miles * 1.609344);
} else {
return $miles;
}
}
// 양재
$a1 = 37.47163412599279;
$a2 = 127.02677155082887;
// 우만동
$b1 = 37.284357977075565;
$b2 = 127.03281619405365;
// 수서
$c1 = 37.4889123433992;
$c2 = 127.10502769792124;
echo geoDistance($a1,$a2,$c1,$c2);
?>
function _deg2rad($deg)
{
$radians = 0.0;
$radians = $deg * M_PI/180.0;
return($radians);
}
function geoDistance($lat1, $lon1, $lat2, $lon2, $unit="k")
{
$theta = $lon1 - $lon2;
$dist = sin(_deg2rad($lat1)) * sin(_deg2rad($lat2)) + cos(_deg2rad($lat1)) * cos(_deg2rad($lat2)) * cos(_deg2rad($theta));
$dist = acos($dist);
$dist = rad2deg($dist);
$miles = $dist * 60 * 1.1515;
$unit = strtolower($unit);
if ($unit == "k") {
return ($miles * 1.609344);
} else {
return $miles;
}
}
// 양재
$a1 = 37.47163412599279;
$a2 = 127.02677155082887;
// 우만동
$b1 = 37.284357977075565;
$b2 = 127.03281619405365;
// 수서
$c1 = 37.4889123433992;
$c2 = 127.10502769792124;
echo geoDistance($a1,$a2,$c1,$c2);
?>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 95 | ||
| 8229 | 9년 전 | 95 | ||
| 8228 |
커네드커네드
|
9년 전 | 141 | |
| 8227 | 9년 전 | 165 | ||
| 8226 | 9년 전 | 188 | ||
| 8225 | 9년 전 | 174 | ||
| 8224 | 9년 전 | 166 | ||
| 8223 | 9년 전 | 141 | ||
| 8222 |
|
9년 전 | 215 | |
| 8221 | 9년 전 | 123 | ||
| 8220 | 9년 전 | 145 | ||
| 8219 | 9년 전 | 120 | ||
| 8218 | 9년 전 | 166 | ||
| 8217 |
star3840
|
9년 전 | 139 | |
| 8216 | 9년 전 | 188 | ||
| 8215 | 9년 전 | 145 | ||
| 8214 | 9년 전 | 249 | ||
| 8213 | 9년 전 | 198 | ||
| 8212 | 9년 전 | 114 | ||
| 8211 | 9년 전 | 280 | ||
| 8210 | 9년 전 | 280 | ||
| 8209 | 9년 전 | 361 | ||
| 8208 | 9년 전 | 252 | ||
| 8207 | 9년 전 | 251 | ||
| 8206 |
|
9년 전 | 217 | |
| 8205 | 9년 전 | 202 | ||
| 8204 | 9년 전 | 162 | ||
| 8203 | 9년 전 | 253 | ||
| 8202 | 9년 전 | 168 | ||
| 8201 | 9년 전 | 204 | ||
| 8200 | 9년 전 | 196 | ||
| 8199 | 9년 전 | 240 | ||
| 8198 | 9년 전 | 203 | ||
| 8197 | 9년 전 | 189 | ||
| 8196 | 9년 전 | 579 | ||
| 8195 | 9년 전 | 185 | ||
| 8194 | 9년 전 | 312 | ||
| 8193 | 9년 전 | 193 | ||
| 8192 | 9년 전 | 224 | ||
| 8191 | 9년 전 | 172 | ||
| 8190 | 9년 전 | 169 | ||
| 8189 | 9년 전 | 229 | ||
| 8188 | 9년 전 | 162 | ||
| 8187 | 9년 전 | 171 | ||
| 8186 | 9년 전 | 169 | ||
| 8185 | 9년 전 | 343 | ||
| 8184 | 9년 전 | 132 | ||
| 8183 | 9년 전 | 345 | ||
| 8182 | 9년 전 | 200 | ||
| 8181 | 9년 전 | 162 | ||
| 8180 | 9년 전 | 734 | ||
| 8179 | 9년 전 | 511 | ||
| 8178 | 9년 전 | 341 | ||
| 8177 |
kiplayer
|
9년 전 | 355 | |
| 8176 | 9년 전 | 389 | ||
| 8175 | 9년 전 | 255 | ||
| 8174 | 9년 전 | 273 | ||
| 8173 | 9년 전 | 367 | ||
| 8172 | 9년 전 | 230 | ||
| 8171 | 9년 전 | 206 | ||
| 8170 | 9년 전 | 322 | ||
| 8169 |
커네드커네드
|
9년 전 | 284 | |
| 8168 | 9년 전 | 354 | ||
| 8167 | 9년 전 | 346 | ||
| 8166 | 9년 전 | 267 | ||
| 8165 | 9년 전 | 198 | ||
| 8164 | 9년 전 | 332 | ||
| 8163 | 9년 전 | 317 | ||
| 8162 | 9년 전 | 333 | ||
| 8161 | 9년 전 | 323 | ||
| 8160 |
|
9년 전 | 524 | |
| 8159 | 9년 전 | 459 | ||
| 8158 | 9년 전 | 279 | ||
| 8157 | 9년 전 | 404 | ||
| 8156 | 9년 전 | 291 | ||
| 8155 | 9년 전 | 279 | ||
| 8154 |
00년생용띠
|
9년 전 | 627 | |
| 8153 | 9년 전 | 260 | ||
| 8152 |
|
9년 전 | 437 | |
| 8151 | 9년 전 | 444 | ||
| 8150 | 9년 전 | 538 | ||
| 8149 |
Jangfolk
|
9년 전 | 380 | |
| 8148 | 9년 전 | 207 | ||
| 8147 | 9년 전 | 410 | ||
| 8146 | 9년 전 | 474 | ||
| 8145 | 9년 전 | 432 | ||
| 8144 | 9년 전 | 393 | ||
| 8143 | 9년 전 | 224 | ||
| 8142 | 9년 전 | 463 | ||
| 8141 | 9년 전 | 411 | ||
| 8140 | 9년 전 | 956 | ||
| 8139 | 9년 전 | 304 | ||
| 8138 |
전갈자리남자
|
9년 전 | 415 | |
| 8137 | 9년 전 | 432 | ||
| 8136 | 9년 전 | 776 | ||
| 8135 |
|
9년 전 | 819 | |
| 8134 |
PlayPixel
|
9년 전 | 547 | |
| 8133 |
|
9년 전 | 471 | |
| 8132 | 9년 전 | 490 | ||
| 8131 | 9년 전 | 841 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기