On Nov 16, 11:20 am, Darius <[email protected]> wrote: > Second implementation are in administration page, with local search. I > load api like this, and can't pass google api key. > > http://www.google.com/jsapi?sensor=false&key=ABQIAAAAp9MZpP_5VpLk... > > google.load("maps", "2",{"language" : "lt"});
It might help if you followed the documentation for the AJAX loader: http://code.google.com/apis/ajax/documentation/ http://www.google.com/jsapi?key=ABQIAAAAp9MZpP_5VpLk... google.load("maps", "2",{"language":"lt". "other_params":"sensor=false"}); If that doesn't help, you're going to need to tell us where to look. Andrew -- 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=.
