예제 #1
0
파일: geo.php 프로젝트: noccy80/lepton-ng
 function getDistance(GeoPosition $target)
 {
     return GeoUtil::getDistance($this, $target);
 }