Skip to content

davidnraines/GWT-Maps-V3-Api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#GWT-Maps-V3-Api
##Use Google Maps V3 in GWT tiny arrow Live Showcase

##Implementers

##Downloads (Last Build 24 Aug 2012) Here is the most recent build of the GWT-Maps-V3-Api. We've already Mavenized this project, but are currently having it added to the Central Repo. Until then, here are the current jars.

##Documentation

GWT-Maps-V3-API JavaDoc's (3.8.0)

##New Features

  1. Added waypoint to directions example
  2. InfoWindow supports GWT widgets with events
  3. Added PlaceSearchRequest map example

##Future Features

  1. GitHub host the maven repository for easier dependency adding. Branch of code in progress.

##Maven Use

  1. Download the jar (only gwt-maps-api-v3-3.8.0-beta2.jar is needed)

  2. Add the jars to your local repo.

  3. Add the dependencies to your POM.

    <!-- GWT Maps API V3 -->
    <dependency>
    	<groupId>com.google.gwt.maps</groupId>
    	<artifactId>gwt-maps-api-v3</artifactId>
    	<version>gwt-maps-api-v3-3.8.0-beta2</version>
    	<scope>compile</scope>
    </dependency>
    
    <!-- Other Google -->
    <dependency>
    	<groupId>com.google.gwt.google-apis</groupId>
    	<artifactId>gwt-ajaxloader</artifactId>
    	<version>1.1.0</version>
    </dependency>
  4. Add the inherits statement to your module.gwt.xml.

    <inherits name='com.google.gwt.maps.Apis_Google_Maps' />

##Jar Use

  1. Download jar
  2. Add jar to your /WEB-INF/lib
  3. Right click on the jar and goto Build path > add to build path

##Eclipse Setup Using Source

  1. Clone the source with EGit

  2. Add the project to your build path

  3. Link the maps source "src" folder as src_maps in your build path

  4. Inherit the module

    <inherits name='com.google.gwt.maps.Apis_Google_Maps' />

##Contribute Learn about contributing under Eclipse Contributor Setup

About

GWT Maps V3 Javascript Bindings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%