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

Since the ajax loader is using gwt-user and gwt-dev 2.0.3 it creates annoying conflicts now and then. I'm wondering if I should look at updating this.

enhancement

I'm trying to create a heat map using points sourced from a database. This is my code: ``` java JsArray points = JsArray.createArray().cast(); for(int i = 0; i < count;...

question

v3.10 goes from Experimental to release on Nov 15th. Need to have it's changes/features ready close to then. See [official change log](http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog) - ~~Added Indoor Street View~~ - I find...

enhancement
v3.10
High Priority

When a map marker is added without an animation, it is not displayed in the Google Chrome browser only. Firefox and All versions of IE appear to work as expected....

Maybe we could implement this for the MapWidget. Something to investigate further. http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/ResizeComposite.html

enhancement

Hi all. I would like to contribute with two classes for the Places API that contains all supported place type names documented in https://developers.google.com/places/documentation/supported_types. I know the correct thing to...

enhancement
v3.10

When I put just a input with a autocomplete instance associated I got a error like "Cannot read property 'maps' of undefined". It is not possible to have just a...

In versions 3.9 and 3.10, I have encountered an issue where button click and mouse events are not captured on Widgets added to InfoWindows. The InfoWindow displays properly, the button...

According to the list of languages linked below, Danish is supported. However com.google.gwt.maps.client.LoadApi.Language doesn't seem to include the enum for it. List of languages: https://spreadsheets.google.com/pub?key=p9pdwsai2hDMsLkXsoM05KQ&gid=1

enhancement

Hello, I'm using this wrapper recently and I have a suggestion. There are many methods that return a type com.google.gwt.dom.client.Element. But would not it be better compatibility with 2.0+ GWT...

enhancement