Closed teropa closed 12 years ago
If the user uses their geolocated address in the from box, we first reverse geocode it and then geocode it again during the routing request.
Since we have the coordinates already, we can send those in the routing request instead of the street name.
Geopositioning will be changed to opt-in, which means the overhead by this "double geocoding" is likely to small enough to not be worth the complexity.
If the user uses their geolocated address in the from box, we first reverse geocode it and then geocode it again during the routing request.
Since we have the coordinates already, we can send those in the routing request instead of the street name.