use-geolocation-position:对geolocation.getCurrentPosition和geolocation.watchPosition的React挂钩

时间:2024-06-13 14:09:31
【文件属性】:

文件名称:use-geolocation-position:对geolocation.getCurrentPosition和geolocation.watchPosition的React挂钩

文件大小:25KB

文件格式:ZIP

更新时间:2024-06-13 14:09:31

JavaScript

使用地理位置 对geolocation.getCurrentPosition和getCurrentPosition.watchPosition React挂钩 目录 用法 import React from 'react' import { useCurrentPosition , useWatchPosition } from 'use-geolocation-position' export default function App ( ) { const currentPosition = useCurrentPosition ( { // Default config maximumAge : Infinity , timeout : 0 , enableHighAccuracy : true } ) const watchedPos


【文件预览】:
use-geolocation-position-master
----.gitignore(12B)
----README.md(2KB)
----example.js(587B)
----.github()
--------workflows()
----LICENSE(1KB)
----package.json(891B)
----index.js(2KB)
----package-lock.json(81KB)

网友评论