How can one draw a GeoChart with
markers<https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart#markerexample>in
GWT?
I tried to find a example of that but had no luck of finding anything I
also tried to create my own wrapper following
THIS<http://code.google.com/p/gwt-google-apis/wiki/VisualizationNewWrapper>official
document but I complained when I tried to make following method if
my wrapper:
@Override
> protected native JavaScriptObject createJso(Element parent) /*-{
> return new $wnd.google.visualization.GeoChart(parent);
> }-*/;
This is the error: com.google.gwt.core.client.JavaScriptException:
(TypeError): $wnd.google.visualization.GeoChart is not a constructor
Any pointers would greatly appreciated.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/4pKA9NDFYeYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.