UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

9 lines (8 loc) 193 B
import { call } from '../../core'; /** * 获取GPS定位 */ export const getLocation = (options) => call(Object.assign({}, options, { service: 'location', action: 'getLocation', }));