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

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

Open boopathi2710 opened this issue 3 years ago • 0 comments
trafficstars

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

boopathi2710 avatar Jan 17 '22 09:01 boopathi2710