Wasn't it Pileggi who wrote: >Ok, thank you very much! Then the answer is: how can I return the value >from the callback function? (is it possible?)
Feel free to return a value from the callback function, but be aware that the callback function isn't being called by showAddress(). The callback function is being called some time later by code deep in the API that isn't expecting your function to return anything. If you do return a value, the API will simply ignore it. -- Mike Williams http://econym.org.uk/gmap -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
