Owd-Larrd / gwt-google-apis

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

Maps v3 API: GoogleMap.get/setOverlayMapTypes has the wrong signature #510

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Found in Release:
3.8.0 pre1

Platform information (OS, Browser, GWT version).  Does the issue exist on
other platforms?
GWT 2.5

Give a Detailed description of the problem.  If possible, please include
some code that reproduces the problem and a verbatim copy of any error
messages you can find.
GoogleMap.get/setOverlayMapTypes() work with MVCArray<MapType>, instead of 
MVCArray<JavaScriptObject>.
This prevents using ImageMapType as an overlay map type because it doesn't 
extend MapType.

Original issue reported on code.google.com by tomer.ba...@takadu.com on 12 Dec 2012 at 1:34