I followed the instructions from the following site
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.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.