My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

This project will soon be merged into gwt-google-apis and hence is depricated

The Google Maps API library provides a way to access the Google Maps API version 3 from a GWT project without having to write additional JavaScript code. Version 3 of this API is especially designed to be faster and more applicable to mobile devices, as well as traditional desktop browser applications.

The GWT library is design to be easily used under MVP design pattern(to minimize dependency on GWTTestCase and run tests faster).

Project status : alpha

Getting started guide : GettingStarted

Showcase Application : http://gwt-maps-3.appspot.com/

Some features of JS V3 API are not available in this library, how do I add them? This can achieved in two ways :

  1. Request feature using issue tracker and vote them to help me prioritize them.
  2. Clone the source repository, implement the feature you want and send me a patch or commit directly to share it with rest of the world.

DISCLAIMER : As Google Map API (Javascript) is still in labs, code is expected to break on any relevant change in the API.

Powered by Google Project Hosting