> this is the > link:http://www.itinerarialpinistici.com/dominio/GUtil/mouseCoordinates.htm. > when i add the line "google.load("maps", "2", {callback: > initialize1})" ...
This line in your code already loads the maps API - <script src="http://maps.google.com/maps? file=api&v=2&key=ABQIAAA.... Adding this line google.load("maps", ... loads the maps API again. That's pointless and will cause problems. Load it once, one way or another. http://code.google.com/apis/maps/documentation/introduction.html#Loading_the_Maps_API or http://code.google.com/apis/maps/documentation/index.html#AJAX_Loader -- 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.
