Thx you Cokol for your proposal but my project is confidential.

If you wanna give a try by yourself, you just have to paste this code
in a whatever project.

                ScriptElement script1 = Document.get().createScriptElement();
                script1.setType("text/javascript");
                script1.setSrc("http://maps.google.com/maps?
file=api&v=2&sensor=false&key=ABQIAAAApOR5tulUc5y1R6lOKFkbpRTwM0brOpm-
All5BF6PoaKBxRWWERTqbaRJ6lpQdSlaltvv3tD-fLXwvQ");
        
Document.get().getElementsByTagName("head").getItem(0).appendChild(script1);

                ScriptElement script2 = Document.get().createScriptElement();
                script2.setType("text/javascript");
                
script2.setSrc("http://mapstraction.googlecode.com/svn/trunk/source/
mxn.js?(google)");
        
Document.get().getElementsByTagName("head").getItem(0).appendChild(script2);

Regards,

Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.

Reply via email to