Re: Google maps and GWT 2.8

2018-03-15 Thread Edu
I just tried that way but the generator ends with a NPE... 2018-03-02 14:32 GMT+01:00 Thomas Broyer : > > > On Friday, March 2, 2018 at 6:27:39 AM UTC+1, Lars wrote: >> >> What is the issue with branflake2267 GWT-Maps-V3-Api regarding 2.8? >> Because we are using it with 2.8.2

Re: Google maps and GWT 2.8

2018-03-02 Thread Thomas Broyer
On Friday, March 2, 2018 at 6:27:39 AM UTC+1, Lars wrote: > > What is the issue with branflake2267 GWT-Maps-V3-Api regarding 2.8? > Because we are using it with 2.8.2 without problems (but only for some > basic map features)... > For sure in general an automatic jsinterop wrapper (using the

Re: Google maps and GWT 2.8

2018-03-01 Thread Lars
What is the issue with branflake2267 GWT-Maps-V3-Api regarding 2.8? Because we are using it with 2.8.2 without problems (but only for some basic map features)... For sure in general an automatic jsinterop wrapper (using the google maps exports or the typescript mappings) would be very nice :-)

Re: Google maps and GWT 2.8

2018-03-01 Thread Jens
> Do I really need to connect to the Google Maps Javascript API > > through JSInterop? > Seems so if there are no other working solutions. But you only need to expose the JS APIs you actually need through JsInterop, and

Google maps and GWT 2.8

2018-03-01 Thread Montasir Asaira
I need to integrate my GWT 2.8 application with Google Maps. How do you suggest I do this? Unfortunately, the Google Maps v3 gwt wrapper <https://github.com/googlearchive/gwt-google-apis> and branflake2267 <https://github.com/branflake2267>'s GWT-Maps-V3-Api <htt