react-places-autocomplete
react-places-autocomplete copied to clipboard
How to add Maps Object
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.