yugalatea / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Can not use maps api with older versions of the js api #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release: 1.5

Detailed description: When trying to use the maps api wrapper with an older
version of the maps js api, the compile fails because it can not find all
the fucntions that it is trying to bind to.

Workaround if you have one: Comment out all bindings to functions not found
in the older version of the js api you are trying to use and rebuild the
gwt-maps.jar file.

Links to the relevant GWT Developer Forum posts:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/7e181175b
ca27c5b/91fd088929b372d4?lnk=gst&q=older+versions+of+maps+api#91fd088929b372d4

Original issue reported on code.google.com by Ian.Reis on 15 Oct 2008 at 3:40

GoogleCodeExporter commented 9 years ago
The current minimum required version is listed in the release notes.

The enforcement of checking to see that certain methods exist is done in the 
JSIO
layer of the code as a safety check whenever one of the 'bind' methods are used 
to
export Java defined methods into the JSO.  We could take away that safety check 
or
make it conditional somehow.

Original comment by galgwt.reviews@gmail.com on 23 Oct 2008 at 1:03

GoogleCodeExporter commented 9 years ago
Maps v2 API is now deprecated

Original comment by zundel@google.com on 28 May 2010 at 5:47