Because of the number of significant digits in a lat,lng - I
converted the array of map markers to JSON in the client and kept it a
string all the way to the database. That way I never lost any
precision, which I did if I tried to parse the JSON to native data
types in any layer.
On Jan 6, 7:33 am, sam wrote:
> Previously, I stored Google Map points (lat, long) and other info at a
> certain location in mysql table from GWT via RPC.
>
> Now, I want to make it independent of external stuff like mysql. What
> is the best way to store the data in GWT? Can anyone guide me to the
> procedure and means?
>
> thanks,
> sam
--
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-tool...@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.