コード例 #1
0
ファイル: Point.php プロジェクト: vlobchuk/google-static-map
 /**
  * @return Coordinate
  */
 public function toCoordinate()
 {
     return new Coordinate(Mercator::yToLatitude($this->y), Mercator::xToLongitude($this->x));
 }