コード例 #1
0
ファイル: latlng_test.php プロジェクト: joeymetal/v1
 function test_heading_between()
 {
     $this->assertWithinMargin(332, LatLng::heading_between($this->loc_a, $this->loc_e), 0.5);
 }