I managed to load the google maps api
[i]http://maps.google.com/maps/api/js?sensor=false[/i], typing the following
in the module constructor:
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "http://maps.google.com/maps/api/js?sensor=false";
document.body.appendChild(script);
But when I want to call "new google.maps.LatLng (_latitude, _longitude) "
the firebug tells me that not exist the LatLng constructor. And I need it to
show the map in the current position
Someone can help me.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/HOW-TO-I-ll-try-to-create-a-google-maps-module-tp6457231p6457231.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel