I'm trying add a local search control to my Google map. Examples from the documentation show the following setup
======================================== // Load the Code <script src="http://www.google.com/uds/api? file=uds.js&v=1.0&key=ABCDEF" type="text/javascript"></script> <script src="http://www.google.com/uds/solutions/localsearch/ gmlocalsearch.js" type="text/javascript"></script> // Load the Style Sheets <style type="text/css"> @import url("http://www.google.com/uds/css/gsearch.css"); @import url("http://www.google.com/uds/solutions/localsearch/ gmlocalsearch.css"); </style> ========================================= The following statement also appears in the documentation "Alternatively, you could use the AJAX Loader to load all of these modules via the common loader." I'm doing that succesfully with the Maps API and Visualization API but can't get it to work with the Search API. Can someone reply with a concrete example of using the common loader for this purpose. Thanks in advance for the help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
