I am using GWT 1.5.3 with Google maps 1.0.4.

Basically, after adding map widget I am doing the following:

MercatorProjection  currProj = new MercatorProjection(16);
Point startPosXY    = currProj.fromLatLngToPixel(startPosLatLong,16);

startPosLatLong is the center of the map.

startPosXY is returning null. Can someone explain me why ?

Exception in hosted mode:
Expected primitive type int; actual value was undefined
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to