react-geocode icon indicating copy to clipboard operation
react-geocode copied to clipboard

A React module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.

Results 12 react-geocode issues
Sort by recently updated
recently updated
newest added

I tried to use `setDefaults` as it is shown in the README by specifying only `key`, `language`, and `region`. however, my typescript compiler complained that `outputFormat` was required. not a...

This PR updates the dependencies and set the release to v1 so people aren't using alpha versions. Switch to vite so esm and commonjs are both supported. Added generated typedefs...