Hi, > You call getGeoFromAddress(fromtxt) which is supposed to geocode the > from address. That is done asynchronously, in the background, so your > function immediately gets to the line return(returnval) which is still > null.
thanks, i think the asynchronously call is exactly the problem, can i switch to a synchronic call anyway? Or is there anyway i can get back the result of the callback function? Kind regards, philipp --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
