Ejemplo n.º 1
0
 /**
  * Move this point at a given distance in meters
  * @param float $nord To the north (meters)
  * @param float $east To the East (meters)
  */
 public function move($nord, $east)
 {
     GeoCoordinate::moveCoordinatesInMeters($this->latitude, $this->longitude, $nord, $east);
 }