new GaodeRoute(opt)
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
opt |
Object |
Properties
|
Methods
query(type, params, success)
Parameters:
Name | Type | Description |
---|---|---|
type |
Number | 搜索类型(1、驾车路线;2、骑行路线;3、步行路线) |
params |
Object | 搜索参数 |
success |
function | 成功后的回调函数 |
queryDriving(options, success)
- Description:
- 驾车路线规划
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | 参数,可参考高德官网配置
Properties
|
||||||||||||
success |
function | 成功后的回调函数 |