# getGPSInfo 获取 GPS 信息

# Attributes

属性 类型 必要 默认值 说明

# 调用示例

window.bridge.getGPSInfo(res => {
    console.log(res)
})

# callback

属性 类型 必要 默认值 说明
data Object Y -

# 接口返回示例

{
    "latitude": 0,
    "longitude": 0
}