Beispiel #1
0
 /**
  * 指定された緯度経度の近辺のショップリストを返します
  */
 public function get_neighborhood()
 {
     $this->response(Model_Geo::neighborhood());
 }