fredsa / pamelafox-samplecode

Automatically exported from code.google.com/p/pamelafox-samplecode
0 stars 2 forks source link

Geocoder is too geocode-happy #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems like just sticking my cursor in the city or state field causes it to 
re-geocode. That's likely to slow down things and cause unnecessary geocodes. 
Can we wait until something has been entered to start checking, or be even 
smarter than that? 

Original issue reported on code.google.com by pamela.fox on 26 Sep 2009 at 12:01

GoogleCodeExporter commented 9 years ago
Oh... yeah.  I meant to fix that.  I was having trouble with geocodes firing 
for the
previous keypress rather than the current one, so I went a little crazy with 
firing
that off.  I meant to set a flag that would only fire a geocode off if one 
wasn't
already in progress for the current value.

Original comment by api.boba...@gmail.com on 26 Sep 2009 at 12:06

GoogleCodeExporter commented 9 years ago
This ought to be fixed now.

Original comment by api.boba...@gmail.com on 26 Sep 2009 at 2:55