> My purpose for using the Google Maps API v3 is to capture latitude/ > longitude coordinates to store in a database for later processing.
Check Google's terms of use to see if your purpose is allowed > I need the > "codeAddress()" function to pass the result back to my > "getAddresses()" function for further processing. Related thread : http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/c68e760ee98523f1# You can't return results, but you do what you want with them inside the asynchronous callback function. -- 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.
