-
Hi,
I am new to this scope so pls consider this.
I have downloaded the googlemaps_gwt_2_2_1 file.
Now how to use it.?.
2009-02-26 11:15:24 UTC by rajputamitd
-
I have fixed it by adding the library as source code and modyifing a few lines.
In the class JSObject add the constructor:
public class JSObject extends JavaScriptObject {
protected JSObject(){
}
}
In the class JNumberImpl remove the method:
public static native JSObject create(long num)/*-{
return new $wnd.Number(num);
}-*/;
and change the method toLong() to...
2008-10-14 23:11:54 UTC by planadecu
-
I've got the same problem with GWT 1.5.2 and Google Maps GWT API v 2.2.1
Removing units with errors
Errors in 'jar:file:/C:/Users/planadecu/Projectes/workspace/MisRutas/WebContent/WEB-INF/lib/googlemaps_gwt_2_2_1.jar!/com/mapitz/gwt/googleMaps/client/JSObject.java'
Line 5: Constructors must be 'protected' in subclasses of JavaScriptObject
More info...
2008-10-14 22:49:44 UTC by planadecu
-
Hi,
I changed the marker image, with a image 3px * 3 px but it is rendered with the default image dimension!! what's the problem??!
thankyou.
2008-10-08 10:40:50 UTC by emdafe
-
I downloaded two set of jar files: googlemaps_gwt_2_2_1.jar provided by sourceforge and gwt-maps.jar provided by google.
I was skimming through the classes and I want to use the following classes: Directions, Distance, Route, Geocoder and Waypoint. All of this is provided by gwt-maps.jar, your jar file has only a Geocoder, LatLng, etc but no Directions or Distance...
2008-08-19 00:24:50 UTC by bcubeb3
-
Hello Everyone!
I've developed an app with the mapitz API and it works perfectly fine in the hosted mode browser. When I compile the app and deploy it to a regular tomcat, the customizes icons I have are no longer displayed. I've made a debug of the compiled version of it using the hosted mode browser with '-noserver' and, guess what, the icons were presented. It seems that the problem is the...
2008-07-17 22:34:22 UTC by marcelonac
-
Pasargad King is new Java Framework.
This Framework include : (Server API for implements Web Based OS) , (Struts Framework) , (Ajax) , (Persian Script) , (Killer II) , (JSP)
http://sourceforge.net/projects/pasargadking.
2008-07-11 17:26:02 UTC by amirsam
-
Hello.
I have to add a custom Control to a Map under GWT.
In my project I'm currently using GWT 1.4.62 in web mode under Linux
openSUSE 10.3,
googleMap library version 2.2.1 and Firefox 2.0.0.12
1) I have a class TestControl.java:
public class TestControl {
public static GControl GWTControlButton(Element b)
{
return TestControlImpl.GWTControlButton(b);
}
}...
2008-05-06 11:15:51 UTC by sandro_74
-
http://code.google.com/apis/maps/documentation/reference.html#GPolygon
The Google Maps JS API contains a method getBounds() on the GPolygon object. This method is not included in the GWT Google Maps API.
2008-04-24 12:24:26 UTC by levip
-
I get the following error with GWT 1.5
[ERROR] Errors in 'jar:file:/home/wikid/Code/GWT_Deps/maps/googlemaps_gwt_2_2_1.jar!/com/mapitz/gwt/googleMaps/client/JSObject.java'
[ERROR] Line 5: JavaScriptObject constructors must be protected
It says pretty much what the error is.
I think it stems from the fact that "Every JSO class must have precisely one constructor, and it must be...
2008-03-07 04:11:47 UTC by pavel_byles