GWT-Maps-V3-Api icon indicating copy to clipboard operation
GWT-Maps-V3-Api copied to clipboard

GWT Maps V3 Javascript Bindings

Results 55 GWT-Maps-V3-Api issues
Sort by recently updated
recently updated
newest added

Hi. on my project, from some days, I receive an error during the load maps with a SetCenter(LatLng) option: com.google.gwt.core.client.JavaScriptException - (TypeError) : undefined is not a constructor (evaluating 'new...

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I am using spatial.plot to show line data, based on 3 levels. However, the colors keep changing when I run the map. I tried with color and cmap with different...

Hi If I want only search results from google maps(apis ) to be displayed beneath the text box without any autocomplete . Is it possible using this library ? ie....

Hi all, I am getting the error places_impl.js:30 Uncaught TypeError: Cannot read property 'trim' of undefined at V9 (places_impl.js:30) at O9._.r.vm (places_impl.js:61) ` AutocompleteType[] types = new AutocompleteType[1]; types[0] =...

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

`$entry()` function should wrap around the whole JavaScript function as in the example in [GWT Documentation](http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html#sharing). A missing `$entry()` wrapper can block RPC calls heading to the server. This caused...

I ve tried to load the map showcase but it says ![image](https://cloud.githubusercontent.com/assets/3138071/26271610/cfbeddce-3d3a-11e7-80b8-5583bab38b80.png)

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Hello everyone, Thank you for this great Gwt library ! I'm a beginner in GWT and I'm having some questions: Is it possible to run the Map without calling the...