react-location-picker icon indicating copy to clipboard operation
react-location-picker copied to clipboard

A react component to pick a location using google maps

Results 8 react-location-picker issues
Sort by recently updated
recently updated
newest added

Are there any intentions to replace the unmaintained ([react-google-maps](https://github.com/tomchentw/react-google-maps/issues/1038)) dependency with a maintainend one? The package [@react-google-maps/api](https://www.npmjs.com/package/@react-google-maps/api) is a maintained one, based on react-google-maps. When I use the react-location-picker with...

Bumps [semver](https://github.com/npm/node-semver) from 5.4.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Can we have types for this package to be used with typescript app? thank you.

I have added a google auto-suggest box. With this PR users can easily type find the nearest location. ![Preview](https://i.imgur.com/Z0H96F6.png)

Location pen sometime is shown and sometime or not notice it take the lat and lng

I replaced react-google-maps and added mapOptions, used by the new library

I need to fix location pin on a particular position and no one will able to change that if it is possible then let me know ASAP.

When using only handleLocationChange, it works fine. this.state = { address: 'Kala Pattar Ascent Trail, Khumjung 56000, Nepal', position: { lat: 0, lng: 0 } handleLocationChange({ position, address, places })...