> Below is my code : http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical
But you are loading two version of the API, which is probably a bad thing > <script src="http://maps.google.com/maps? > file=api&v=2&key=ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1- > m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA" > type="text/javascript"></script> ... > <script type="text/javascript"> > var scriptTag = '<' + 'script src="http://maps.google.com/maps? > file=api&v=2.115&hl=en&key=ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1- > m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA">'+'<'+'/script>'; > document.write(scriptTag); > </script> -- 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=en.
