react-places-autocomplete icon indicating copy to clipboard operation
react-places-autocomplete copied to clipboard

How to add Maps Object

Open iradofurioso opened this issue 3 years ago • 0 comments

This line: location: new google.maps.LatLng(-34, 151),

how to get google object?

I tried

searchOptions={{location: new google.maps.LatLng(-34, 151)}}

but is giving error.

Im trying to restrict by country

componentRestrictions={{ country: "br" }}

but is showing address from around the world.

iradofurioso avatar Oct 02 '21 03:10 iradofurioso