php百度坐标转腾讯坐标,PHP腾讯与百度坐标转换
public function coordinate_switch($a,$b){//百度轉騰訊坐標轉換
$x = (double)$b - 0.0065;
$y = (double)$a - 0.006;
$x_pi = 3.14159265358979324;
$z = sqrt($x * $x+$y * $y) - 0.00002 * sin($y * $x_pi);
$theta = atan2($y,$x) - 0.000003 * cos($x*$x_pi);
$gb = number_format($z * cos($theta),15);
$ga = number_format($z * sin($theta),15);
return [‘Latitude‘=>$ga,‘Longitude‘=>$gb];
}
public function coordinate_switchf($a,$b){//騰訊轉百度坐標轉換
$x = (double)$b ;
$y = (double)$a;
$x_pi = 3.14159265358979324;
$z = sqrt($x * $x+$y * $y) + 0.00002 * sin($y * $x_pi);
$theta = atan2($y,$x) + 0.000003 * cos($x*$x_pi);
$gb = number_format($z * cos($theta) + 0.0065,6);
$ga = number_format($z * sin($theta) + 0.006,6);
return [‘Latitude‘=>$ga,‘Longitude‘=>$gb];
}
原文:http://www.cnblogs.com/ylqs/p/7286387.html
總結
以上是生活随笔為你收集整理的php百度坐标转腾讯坐标,PHP腾讯与百度坐标转换的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 股市开盘收盘时间表 4个股市周期性运动特
- 下一篇: 易转短视频怎么赚钱 注册就送一块钱