isomorphic-location:在“节点和浏览器”中获取当前位置

时间:2024-05-30 14:08:32
【文件属性】:

文件名称:isomorphic-location:在“节点和浏览器”中获取当前位置

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-30 14:08:32

isomorphic gps location geolocation JavaScript

同构位置 获取节点浏览器的当前位置,使用的节点和在浏览器中。 正在安装 npm install isomorphic-location 用法 const location = require ( 'isomorphic-location' ) location ( ( err , loc ) => { if ( err ) console . error ( err ) else console . log ( loc ) } ) 这将为您提供类似于以下内容: { latitude : 52.547172 , longitude : 13.347745 , precision : 65 , // in meters native : true } 原料药 location ( [ timeout ] , cb ) timeout以毫秒为单位,可选,默认情况下为10 * 1


【文件预览】:
isomorphic-location-master
----.gitignore(61B)
----package.json(720B)
----index.js(132B)
----readme.md(2KB)
----license.md(727B)
----browser.js(59B)
----.editorconfig(293B)

网友评论