branflake2267 / GWT-Maps-V3-Api

GWT Maps V3 Javascript Bindings
Other
144 stars 113 forks source link

No API Keys #239

Open kevzlou7979 opened 7 years ago

kevzlou7979 commented 7 years ago

I ve tried to load the map showcase but it says image

rvijapurapu commented 7 years ago

You will need to initiate the LoadApi.go() with the following parameters -

LoadApi.go(new Runnable() {
            @Override
            public void run() {
                generateMap();
            }
        }, MapHelper.loadLibraries(), false, "key=**YOUR-KEY-HERE**");

More info here: https://branflake2267.github.io/GWT-Maps-V3-Api/javadoc/3.9.0-build-17/com/google/gwt/maps/client/LoadApi.html#go(java.lang.Runnable, java.util.ArrayList, boolean, java.lang.String)

saru17 commented 7 years ago

Hi,

Thanks, But kindly can you please help how to load API for GEO CHART and not for GEO MAP. Our requirement is to use only Geo chart. Geo map is working but Geo chart we are unable to load the API key. We are using the jar com.googlecode.gwt-charts . Getting the error as below: No Api Keys.

Kindly help.

kevzlou7979 commented 7 years ago

Might be the GWT-Charts library is outdated.