I have two different implementation of google maps. First implementation is working, and I load google maps api like this:
http://maps.google.com/maps?file=api&v=2&sensor=false&key=ABQIAAAAp9MZpP_5VpLkt4df1BqcUBTMYILX0YEcgrKCkRSG0WzztOO-bBRPBkCUTs_U6d3PMzucyi4yxU9nEQ&hl=lt 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_5VpLkt4df1BqcUBTMYILX0YEcgrKCkRSG0WzztOO-bBRPBkCUTs_U6d3PMzucyi4yxU9nEQ google.load("maps", "2",{"language" : "lt"}); google.load("elements", "1", {packages : ["localsearch"],"language" : "lt"}); Same script work perfect in older websites, but with this one I have problem. I have any ideas what can be wrong. -- 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=.
