Il 24/09/13 15:44, Ricardo Cárdenas ha scritto: > Hi Manuele, > > Thanks for your email. (0,0) in effect represents two possible > outcomes: "/I could not geocode this address/" and also "/please try > again later/". How can I know if it makes sense to retry later? > > best regards -Ricardo Hi Ricardo, if you consider to write your own geocode function consider to query the json service at the address:
http://maps.googleapis.com/maps/api/geocode/json witch response is much more simply to parse using the python json library :) M. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

