From c625c6b44727d5e3a2a27d01927cc56ded697851 Mon Sep 17 00:00:00 2001 From: jackven Date: Wed, 7 Apr 2021 17:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=AA=91=E8=A1=8C=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E8=A7=84=E5=88=92?= 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 0f8cfc6..3a7d1fb 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ $respone = (new ReGeo())->setLocation('116.481488,39.990464')->send(); - IP IP定位 - Walking 步行线路规划 - TransitIntegrated 公交路径规划 +- Bicycling 骑行路径规划 - Distance 距离计算 - Convert 经纬度坐标转换 - WeatherInfo 天气信息查询 diff --git a/src/AmapClient.php b/src/AmapClient.php index f0dfa3c..2df9813 100644 --- a/src/AmapClient.php +++ b/src/AmapClient.php @@ -42,7 +42,8 @@ class AmapClient implements FactoryInterface 'weatherinfo' => 'WeatherInfo', 'district' => 'District', 'poitext' => 'PoiText', - 'transitintegrated' => 'TransitIntegrated' + 'transitintegrated' => 'TransitIntegrated', + 'bicycling' => 'Bicycling' ]; private function __construct(array $config = []){