取消实时地理位置监听
this.$bridge .stopLocationUpdate() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
code
Number
-
msg
String
{ "code": 0, "msg": "success" }