react-places-autocomplete
react-places-autocomplete copied to clipboard
Bug - searching by lat/lng returns closest road to lat/lng instead of exact lat/lng
This could be a bug or end up being a feature request.
When I search in the search bar by Lat / Lng instead of returning the exact Lat/Lng I provided I'm given the closest access point/road. However, if I put in the coordinates for a home (lat lng exactly on top of the roof of a building) the search returns me to the exact coordinates.
To reprod: In search, type in 47.607154, -122.234264 -- these coords are in the middle of a lake. The result is an address at 101 8th Ave NE, Medina, WA 98039, USA - this is apparently the Medina Water Access. Same thing happens for coords in the middle of a field.
Expected behavior would be to return me to the exact location I gave via lat/lng.
ReactPlacesAutoComplete: "version": "7.1.1", Chrome: Version 75.0.3770.100 (Official Build) (64-bit)