Example “Google Maps API v3 for GWT” Project for Eclipse

后端 未结 2 472
悲哀的现实
悲哀的现实 2021-01-01 07:30

Google released official maps v3 API for GWT here https://groups.google.com/forum/#!topic/gwt-google-apis/6SO5kCDqb-k (Note that http://code.google.com/p/gwt-google-maps-v3/

2条回答
  •  一生所求
    2021-01-01 07:49

    Above example is really helpfull. I am sending my own piece of code so that it can also help others to develop Google Map V3 with GWT 2.4

    Jars Require for Google Map V3 is gwt-maps.jar (Version 3.8.0). For Maven build below is the dependency:

    
      com.google.gwt.google-apis
      gwt-maps
      3.8.0
    
    

    In your entryPoint.gwt.xml write down the below:

    
    
    
                                     
                  
提交回复
热议问题