schweighart / GWT-Maps-V3-Api

GWT Maps V3 Javascript Bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#GWT-Maps-V3-Api

This library provides Java language bindings for the Google maps Javascript api.

##Demo

##Implementers

##New Features

  • v16 released to sonatype 3.9.0-build-16 1/13/2013
  • v16 Switching from alpha to build b/c it is stable 1/13/2013 (3.9.0-build-16-SNAPSHOT)
  • v16 Fixed Marker Animation and added marker animation controls to examples 1/13/2013
  • v15 Fixed Custom overlay setMap 1/13/2013
  • Custom overlay view added 12/20/2012
  • Added waypoint to directions example
  • InfoWindow supports GWT widgets with events
  • Added PlaceSearchRequest map example
  • 3.9.0 code now in master has the place result with pagination search

##Maven Versions Available

##Current Maven Release

  1. Add Maven dependencies

    <!-- GWT Maps API V3 -->
    <dependency>
    	<groupId>com.github.branflake2267</groupId>
    	<artifactId>gwt-maps</artifactId>
    	<version>3.9.0-build-16</version>
    	<type>pom</type>
    </dependency>
    
    <!-- Other GWT Maps Dependency from Google -->
    <dependency>
    	<groupId>com.google.gwt.google-apis</groupId>
    	<artifactId>gwt-ajaxloader</artifactId>
    	<version>1.1.0</version>
    </dependency>
  2. Add the inherits statement to your module.gwt.xml.

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

##Current Maven Snapshots

  1. Add Maven dependencies

    <repositories>
    		<repository>
        		<id>sonatype.snapshots</id>
        		<name>Sonatype snapshot repository</name>
        		<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        		<snapshots>
            			<enabled>true</enabled>
        		</snapshots>
    		</repository>
    </repositories>
    
    <!-- GWT Maps API V3 -->
    <dependency>
    	<groupId>com.github.branflake2267</groupId>
    	<artifactId>gwt-maps</artifactId>
    	<version>3.9.0-build-17-SNAPSHOT</version>
    	<type>pom</type>
    </dependency>
    
    <!-- Other GWT Maps Dependency from Google -->
    <dependency>
    	<groupId>com.google.gwt.google-apis</groupId>
    	<artifactId>gwt-ajaxloader</artifactId>
    	<version>1.1.0</version>
    </dependency>
  2. Add the inherits statement to your module.gwt.xml.

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

##Previous Versions 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.

##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' />

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

##Contribute

##Thanks to Arcbees.com

About

GWT Maps V3 Javascript Bindings

License:Other


Languages

Language:Java 100.0%