/**
  * @return string
  */
 public function getLatitude()
 {
     return $this->point->getLatitude();
 }