Closed GoogleCodeExporter closed 8 years ago
Also while I have your attention, is there any way to restrict it to english
results
only? Thanks again :)
Original comment by lowt...@gmail.com
on 17 Mar 2010 at 5:31
I solved #2, so thought I'd share my work for other's in my shoes.
There is a piece of code in geo_autocomplete.js that looks like this:
_parsed.push({
data: _result,
value: _place,
result: _place
});
replace the last line with the unchanged full formatted address, like such:
_parsed.push({
data: _result,
value: _place,
result: _result.formatted_address
});
Original comment by lowt...@gmail.com
on 17 Mar 2010 at 6:33
marking s Done as this is supported in v2.1. keep those feature requests coming.
Original comment by hitch...@gmail.com
on 21 Nov 2010 at 12:18
Original issue reported on code.google.com by
lowt...@gmail.com
on 17 Mar 2010 at 12:56