Skip to content

Commit

Permalink
增加骑行路径规划
Browse files Browse the repository at this point in the history
  • Loading branch information
cnjackven committed Apr 7, 2021
1 parent 8f2997b commit c625c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ $respone = (new ReGeo())->setLocation('116.481488,39.990464')->send();
- IP IP定位
- Walking 步行线路规划
- TransitIntegrated 公交路径规划
- Bicycling 骑行路径规划
- Distance 距离计算
- Convert 经纬度坐标转换
- WeatherInfo 天气信息查询
Expand Down
3 changes: 2 additions & 1 deletion src/AmapClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []){
Expand Down

0 comments on commit c625c6b

Please sign in to comment.