# getLocation

获取当前位置信息

# 参数代码示例

// 获取当前位置信息
this.$bridge.getLocation().then(res => {
    console.log(res)
})
1
2
3
4