Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8575653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:44:32+00:00 2026-06-11T19:44:32+00:00

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/ is

  • 0

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/ is deprecated and is not official.)

I have downloaded the zip file and there are samples in it but they are all java. I can not figure out how to inherit it in my project.gwt.xml or what to write into my main html or where to put the gwt-maps.jar file.

Is there any complete Eclipse GWT project “for the OFFICIAL API” to start with? Or any guidance link which explains how to start from zero to my first class which has the OnModuleLoad()?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T19:44:33+00:00Added an answer on June 11, 2026 at 7:44 pm

    Here are a few tips to help you get starting:

    gwt-maps.jar should be placed in WEB-INF/lib

    in your prject.gwt.xml you might add in your <module> section:

    <inherits name="com.google.maps.gwt.GoogleMaps" />
    <script src="http://maps.google.com/maps/api/js?sensor=false" />
    

    this will make loading maps api when loading page.

    Followings are copy/paste lines from my app, arrange them to match your needs:

            MapOptions options  = MapOptions.create() ;
    
        options.setCenter(LatLng.create( latCenter, lngCenter ));   
        options.setZoom( 6 ) ;
        options.setMapTypeId( MapTypeId.ROADMAP );
        options.setDraggable(true);
        options.setMapTypeControl(true);
        options.setScaleControl(true) ;
        options.setScrollwheel(true) ;
    
        SimplePanel widg = new SimplePanel() ;
    
        widg.setSize("100%","100%");
    
        GoogleMap theMap = GoogleMap.create( widg.getElement(), options ) ;
    
        RootLayoutPanel.get().add( widg ) ;
    

    This will build a widget with a map inside.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It seems that, recent released Google Drive SDK supports directory listing. https://developers.google.com/drive/v2/reference/files/list I try
https://developers.google.com/drive/v2/reference/files/list Are there Go examples using the code.google.com/p/google-api-go-client/drive/v2 package. Is there another location for
In Android API 11+, Google has released a new class called Fragment . In
The Google App Engine has previously released a Search API, that allows you to
I have recently released an app on Google play see here When using Google
Since it was released I've been using Google Apps FYD for stackednotion.com . All
I am playing around with the Google API Map Activity. Recently Google Maps for
I released an app that uses Google LVL to the Market many months ago.
Now that Google Earth has been released for Android 2.1, does anyone know what,
I developed an Android app and released it on Google Play yesterday. The only

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.