Re: GWT Maps api v3 Custom overlays

2013-02-23 Thread Hamza laamim
I have the same issue, Im stucked for 3 days, should I downgrade google maps version? On Friday, November 16, 2012 11:53:16 AM UTC, Giorgos Kritsotakis wrote: I have been able to draw the label, still I can't get the positioning right. This is the code in case someone wants to do

GWT Maps api v3 Custom overlays

2013-02-23 Thread Hamza laamim
to Implement GWT widgets using Google Maps v3 : import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.dom.client.Style; import com.google.gwt.maps.client.HasMap; import com.google.gwt.maps.client.base.LatLng; import com.google.gwt.maps.client.base.Point; import

Re: GWT Maps api v3 Custom overlays

2013-02-23 Thread Hamza laamim
Hi, You can try my solution, it works fine : import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.dom.client.Style; import com.google.gwt.maps.client.HasMap; import com.google.gwt.maps.client.base.LatLng; import com.google.gwt.maps.client.base.Point; import