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
-~----------~----~----~----~------~----~------~--~---