Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No API Keys #239

Open
kevzlou7979 opened this issue May 20, 2017 · 3 comments
Open

No API Keys #239

kevzlou7979 opened this issue May 20, 2017 · 3 comments

Comments

@kevzlou7979
Copy link

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

@rvijapurapu
Copy link

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
Copy link

saru17 commented Jul 13, 2017

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
Copy link
Author

Might be the GWT-Charts library is outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants