yugalatea / gwt-google-apis

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

One of the Marker constructors must be declared public #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
gwt-maps 1.0RC

Detailed description:
One of the Marker constructors is not declared public. That constructor is 
needed for subclassing the Marker class in order to use an existing 
JavaScript subclass of the Marker class from the JavaScript API 
(labeledmarker, for instance). See the link to the GWT Developer Forum for 
more information.

Workaround if you have one:
Declare Marker(JavaScriptObject jsoPeer) as public (see attached patch).

Links to the relevant GWT Developer Forum posts:
http://groups.google.com/group/Google-Web-
Toolkit/browse_thread/thread/3b3423464175b4b5/ae64fea7a051951b

Original issue reported on code.google.com by nuako...@gmail.com on 31 Oct 2008 at 10:01

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 31 Oct 2008 at 12:52

GoogleCodeExporter commented 9 years ago
Committed a patch that does this and more at r1010.

Original comment by galgwt.reviews@gmail.com on 18 Nov 2008 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 11 Dec 2008 at 3:08

GoogleCodeExporter commented 9 years ago
Updating account names

Original comment by zundel@google.com on 21 Dec 2009 at 2:00