branflake2267 / GWT-Maps-V3-Api

GWT Maps V3 Javascript Bindings
Other
144 stars 113 forks source link

GWT-Maps-V3-Api

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

Demo

Live Showcase

Community

GWT Maps V3 API G+ Community

Implementers

Maven Versions Available

Current Maven Release

  1. Add Maven dependencies

    
    <!-- GWT Maps API V3 -->
    <dependency>
        <groupId>com.github.branflake2267</groupId>
        <artifactId>gwt-maps-api</artifactId>
        <version>3.10.0-alpha-7</version>
    </dependency>
  2. Add the inherits statement to your module.gwt.xml.

    <inherits name='com.google.gwt.maps.Maps' />
  3. Load and use the API.

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-api</artifactId>
        <version>3.10.0-alpha-8-SNAPSHOT</version>
    </dependency>
  2. Add the inherits statement to your module.gwt.xml.

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

Utility Library

Previous Versions

See the downloads page

Maven-Free Jar Use

  1. Download the 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.Maps'/>

Documentation

Contribute

New Features

Thanks to

Arcbees.com