Am Donnerstag, 5. Mai 2016 23:52:16 UTC+2 schrieb Michael Esser: > > Hi there, > I want to use PlaceSearchRequest from gwt-maps-api-3.10.0. > If I run the GWT compiler I got the following errors: > > Compile with -strict or with -logLevel set to TRACE or DEBUG to see all > errors. > [ERROR] Errors in > 'com/google/gwt/maps/client/placeslib/PlaceSearchRequest.java' > [ERROR] Line 151: The method toJsArrayString(String[]) is undefined > for the type ArrayHelper > [ERROR] Line 160: The method toJsArrayString(String[]) is undefined > for the type ArrayHelper > [ERROR] Compiler returned false > > I have no ideas to solve this error any hints are welcome. > > The code which produce this error is very simple. > Just adding this line and the error comes: > PlaceSearchRequest request = PlaceSearchRequest.newInstance(); > > > Beste regards, > Michael >
I could figure out it: if I use the version gwt-ajaxloader-1.1.0 it compiles -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
