Ejemplo n.º 1
0
 public function getLocationName($lat, $lon)
 {
     return $this->locationDao->getLocationName($lat, $lon);
 }