Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try this 845 Wild Rose Dr. Menomonee Falls, WI 53051 address street number not in geocodeByAddress this method #383

Closed
boopathi2710 opened this issue Jan 17, 2022 · 0 comments

Comments

@boopathi2710
Copy link

Do you want to request a feature or report a bug?

bug

What is the current behavior?

now given this 845 Wild Rose Dr. Menomonee Falls, WI 53051 address .its getting response not present in street number

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

1.enter this 845 Wild Rose Dr. Menomonee Falls, WI 53051
2. in geocodeByAddress use this method return below this response
[{"address_components":[{"long_name":"Wild Rose Court","short_name":"Wild Rose Ct","types":["route"]},{"long_name":"Lilly Creek","short_name":"Lilly Creek","types":["neighborhood","political"]},{"long_name":"Menomonee Falls","short_name":"Menomonee Falls","types":["locality","political"]},{"long_name":"Waukesha County","short_name":"Waukesha County","types":["administrative_area_level_2","political"]},{"long_name":"Wisconsin","short_name":"WI","types":["administrative_area_level_1","political"]},{"long_name":"United States","short_name":"US","types":["country","political"]},{"long_name":"53051","short_name":"53051","types":["postal_code"]}],"formatted_address":"Wild Rose Ct, Menomonee Falls, WI 53051, USA","geometry":{"bounds":{"south":43.1392488,"west":-88.0781674,"north":43.1416764,"east":-88.07694579999999},"location":{"lat":43.1405888,"lng":-88.0777148},"location_type":"GEOMETRIC_CENTER","viewport":{"south":43.1391136197085,"west":-88.0789055802915,"north":43.1418115802915,"east":-88.0762076197085}},"place_id":"ChIJkSH4SRYCBYgRP1wgQkwZ6ic","types":["route"]}]
What is the expected behavior?

In response not have street number in above response

Which versions of ReactPlacesAutocomplete, and which browser / OS are affected by this issue?

"react-places-autocomplete": "7.3.0",
"OS"=Ubuntu 19.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants