This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# alfred-amap | ||
高德地图alfred插件 | ||
高德地图搜索插件 | ||
============== | ||
|
||
[](https://github.com/wofeiwo/alfred-amap/blob/master/LICENSE) [](https://github.com/wofeiwo/alfred-amap/releases) | ||
|
||
通过Alfred搜索高德地图的Workflow。功能和之前的[`alfred-baidu-map`](https://github.com/wofeiwo/alfred-baidu-map)一模一样。(换了一个东家,所以也做个高德的版本吧) | ||
|
||
使用方法: | ||
- 首先输入"amapsetl"+空格+城市名,设置默认搜索城市地点; | ||
- (可选)输入"amapak"+空格+你自己的高德地图开放平台WebAPI AK值,避免公用key超过限制。默认使用自带的API ak; | ||
- 输入"amap"+空格+搜索关键字即可。然后就等他出结果,回车或者cmd+数字就能打开默认浏览器进入地图页面进入地图页面查看搜索结果。 | ||
- Tips: 可以直接输入"amap"+空格+"A到B"或"A去B",回车后可以直接显示路线图 | ||
|
||
安装:请安装alfred之后,买了alfred的powerpack并激活,下载workflow文件,双击安装即可。 | ||
|
||
ChangeLog | ||
============== | ||
|
||
- 1.0.0(2018-02-12): 从[`alfred-baidu-map`](https://github.com/wofeiwo/alfred-baidu-map)的功能完全copy而来,换了一个数据源为高德。 |