no, i do not have any code running on the server. all i got is a google map and some javascripts in the browser (all written in google-gwt & google maps api)
2009/7/16 Dalla <[email protected]> > > Hi Lumo, > > Are you doing this on the server side? > You cannot use any Maps API functions or types on the server side, > they are client side only. > > --Dalla > http://date-time.appspot.com/ > > > On 15 Juli, 10:25, lumo <[email protected]> wrote: > > Hi NG! > > > > i wrote a class where i create a new marker and want to return the > > marker with a function > > so the marker is coming in STRING and i want to convert it to a real > > Marker(class) > > so i got a function toMarker() in my class > > > > note: i do _not_ get any compiler messages, says succeeded > > > > but at runtime i get an exception in this line: > > > > LatLng point = LatLng.newInstance(markerLongitude, markerLatitude); > > > > exception: > > Exception in thread "main" java.lang.UnsatisfiedLinkError: > > com.google.gwt.maps.client.geom.LatLng.newInstance(DD)Lcom/google/gwt/ > > maps/client/geom/LatLng; > > at com.google.gwt.maps.client.geom.LatLng.newInstance(Native > Method) > > > > why? i do pass two double values to the function... > > > > any ideas? > > thanks in advance > > lumo > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
