From 69b632bdc463db0e04c48791856e1937e1d8836a Mon Sep 17 00:00:00 2001 From: jackven Date: Wed, 7 Apr 2021 17:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=91=A8=E8=BE=B9POI?= =?UTF-8?q?=E6=A3=80=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/AmapClient.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7d1fb..ea49876 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ $respone = (new ReGeo())->setLocation('116.481488,39.990464')->send(); - WeatherInfo 天气信息查询 - District 行政区域字典获取 - PoiText 关键字词POI检索 +- PlaceAround POI周边检索(POI分类编码) ## Contributing diff --git a/src/AmapClient.php b/src/AmapClient.php index 2df9813..d00d5df 100644 --- a/src/AmapClient.php +++ b/src/AmapClient.php @@ -43,7 +43,8 @@ class AmapClient implements FactoryInterface 'district' => 'District', 'poitext' => 'PoiText', 'transitintegrated' => 'TransitIntegrated', - 'bicycling' => 'Bicycling' + 'bicycling' => 'Bicycling', + 'placearound' => 'PlaceAround' ]; private function __construct(array $config = []){