A Simple Location Finder Requirement To use this location finder, you need to obtain an API key from Geocod.io. Usage Run updateLocation to update the location object. import { useGetAddress } from "@the_grid/locationfinder"; const MyComponent = () => { const { location, updateLocation } = useGetAddress(API_KEY); };