On Apr 11, 2:29 pm, "[email protected]" <[email protected]>
wrote:

> Geocoding is asynchronous.  It sends a request off to the server,
> continuing execution of your code (not waiting), when the response
> comes back containing the data, the callback routine runs (the "some
> stuff"), but by then your submit has already been executed.
>
> You need to put any code that depends on the returned data _inside_
> the callback routine.

now, everything become so simple. thanks for Your explanation. :)

best regards,
artur.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to