Carregando…
Carregando…
Carregando…Posição atual e watch contínuo: latitude, longitude, precisão, altitude, velocidade. Trata API indisponível e permissão negada.
useGeolocation — pede permissão; watch contínuo
$ npx kikitocn add use-geolocationimport { useGeolocation } from "@/components/ui/cn/use-geolocation/useGeolocation";
export function useGeolocationExample() {
return (
<useGeolocation />
);
}