提交 a1caa9e8 编写于 作者: M mehaotian

docs : 微信小程序 moveToLocation 支持传入经纬度

上级 b5881efd
......@@ -42,6 +42,19 @@ mapContext
|success|Function|否|接口调用成功的回调函数 ,res = { longitude: "经度", latitude: "纬度"}|
|fail|Function|否|接口调用失败的回调函数|
|complete|Function|否|接口调用结束的回调函数(调用成功、失败都会执行)|
**moveToLocation 的 OBJECT 参数列表**
|参数 |类型 |必填 |说明 |
|:- |:- |:- |:- |
|longitude|Number |否 |经度 ,仅微信小程序 2.8.0+ 支持 |
|latitude |Number |否 |纬度 ,仅微信小程序 2.8.0+ 支持 |
|success |Function |否 |接口调用成功的回调函数 ,res = { longitude: "经度", latitude: "纬度"}|
|success |Function |否 |接口调用成功的回调函数 ,res = { longitude: "经度", latitude: "纬度"}|
|fail |Function |否 |接口调用失败的回调函数 |
|complete |Function |否 |接口调用结束的回调函数(调用成功、失败都会执行) |
**translateMarker 的 OBJECT 参数列表**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册