• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

GWT and Maps API

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My wife and I play around with various ideas of taking advantage of the growing feature set of maps.google.com.

Are there features within GWT to facilitate access to the Maps API?
 
author
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hej!

There is no widget provided directly in GWT, but there is a fantastic 3rd party widget that you can use that provides access to all the Google Map API to GWT.

I think the chap that wrote the widget also has this site - http://www.gtraffic.info/ - (apologies to him if not!!) which shows the widget in action.

You can find the widget here: http://sourceforge.net/projects/gwt/
and some instructions here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/7130539c37e8114/c7ae9a289867a66f?lnk=gst&q=Google+Maps+GWT+API

Good luck with it - I've played with it quite a bit and it's very useful!!

//Adam
 
reply
    Bookmark Topic Watch Topic
  • New Topic