GWT-Maps-V3-Api
GWT-Maps-V3-Api copied to clipboard
GWT Maps V3 Javascript Bindings
The FullScreen Map Demo at http://gonevertical-apis.appspot.com/fullpage.html only displays a blank screen in Chrome.
added missing method radarSearch() in PlacesService
It would be nice if MapOptions implemented the [Fluent Interface](http://en.wikipedia.org/wiki/Fluent_interface) pattern. e.g. ``` java MapOptions options = MapOptions.newInstance().setCenter(...).setZoom(...); ```
Here is everything that changed since v3.10 that needs to be caught up with - [DynamicMapsEngineLayer](https://developers.google.com/maps/documentation/javascript/mapsenginelayers) - disableDefaultUI option in StreetViewPanoramaOptions - [StreetViewCoverageLayer](https://developers.google.com/maps/documentation/javascript/reference#StreetViewCoverageLayer) - [StreetViewPanorama](https://developers.google.com/maps/documentation/javascript/reference#StreetViewPanorama) getPhotographerPov(), getZoom() methods - draggable...
How can i create layer with custom projection like this: http://jsfiddle.net/VkGjq/2/ Maybe we shoud add this feature? Thanks.
CloudMade - use yours API_KEY ``` java public class CommonMap extends FlowPanel { private MapWidget mapWidget; public CommonMap(double lat, double lon, int zoom, int mapTypeId) { MapTypeControlOptions controlOptions = MapTypeControlOptions.newInstance();...
branflake2267, Can you confirm that the test suite runs for you? I've tried `mvn clean install` from multiple machines and while the older builds pass, the HEAD of master fails...
I have been using maps for some time now and ran into the following problem: ``` bash Error: Found interface com.google.gwt.maps.client.overlays.Marker, but class was expected ``` I am using a...
Your Maven dependencies include `gwt-dev` vs `gwt-ajax-loader`. Please add an exclusion. Thanks!