Skip to content

Commit

Permalink
增加周边POI检索
Browse files Browse the repository at this point in the history
  • Loading branch information
cnjackven committed Apr 7, 2021
1 parent c625c6b commit 69b632b
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 @@ -65,6 +65,7 @@ $respone = (new ReGeo())->setLocation('116.481488,39.990464')->send();
- WeatherInfo 天气信息查询
- District 行政区域字典获取
- PoiText 关键字词POI检索
- PlaceAround POI周边检索(<a href="https://lbs.amap.com/api/webservice/download" target="_blank">POI分类编码</a>)

## Contributing

Expand Down
3 changes: 2 additions & 1 deletion src/AmapClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []){
Expand Down

0 comments on commit 69b632b

Please sign in to comment.