http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=MapsGettingStarted
to add maps to my GWT application. Had the inherits as well
<inherits name="com.google.gwt.maps.GoogleMaps" />
And also added the gwt-maps.jar in my classpath (war/web-inf/lib
folder). However I still get the following errors..
[ERROR] Line 144: No source code is available for type
com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a
required module?
[ERROR] Line 148: No source code is available for type
com.google.gwt.maps.client.overlay.Marker; did you forget to inherit a
required module?
[ERROR] Line 152: No source code is available for type
com.google.gwt.maps.client.InfoWindowContent; did you forget to
inherit a required module?
[ERROR] Line 14: No source code is available for type
com.google.gwt.maps.client.MapWidget; did you forget to inherit a
required module?
[ERROR] Line 22: No source code is available for type
com.google.gwt.maps.client.control.LargeMapControl; did you forget to
inherit a required module?
[ERROR] Line 25: No source code is available for type
com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a
required module?
[ERROR] Line 30: No source code is available for type
com.google.gwt.maps.client.overlay.Marker; did you forget to inherit a
required module?
Any idea?? please help.. Thanks.
So now working on spliting the module and the following links will be
of great help if you are doing the same ...
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/951499c5773693c9
On Mar 10, 1:38 am, Muthu <muthulala...@gmail.com> wrote:
> I followed the instructions from the following site
>
> http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis...