Giter Club home page Giter Club logo

gwt-maps-v3-api's Introduction

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

  • Example of loading the api. Find the showcase example here.
       private void loadMapApi() {
         boolean sensor = true;
     
         // load all the libs for use in the maps
         ArrayList<LoadLibrary> loadLibraries = new ArrayList<LoadApi.LoadLibrary>();
         loadLibraries.add(LoadLibrary.ADSENSE);
         loadLibraries.add(LoadLibrary.DRAWING);
         loadLibraries.add(LoadLibrary.GEOMETRY);
         loadLibraries.add(LoadLibrary.PANORAMIO);
         loadLibraries.add(LoadLibrary.PLACES);
         loadLibraries.add(LoadLibrary.WEATHER);
         loadLibraries.add(LoadLibrary.VISUALIZATION);
     
         Runnable onLoad = new Runnable() {
           @Override
           public void run() {
             draw();
           }
         };
     
         LoadApi.go(onLoad, loadLibraries, sensor);
       }

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

  • Marker Cluster Plus

    <dependency>
        <groupId>com.github.branflake2267</groupId>
        <artifactId>gwt-maps-utility-markerclustererplus</artifactId>
        <version>2.0.9-build-1</version>
    </dependency>

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

  • Released 3.10.0-alpha-3 3/18/2013. Added utility lib and more 3.10 features.
  • Released 3.10.0-alpha-2 2/10/2013, includes transit api and overlay fix.
  • Released to sonatype 3.9.0-build-17-SNAPSHOT 1/19/2013
  • Fixed some bugs, added triggerResize to mapWidget. Started G+ Community. 1/18/2013
  • 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

##Thanks to Arcbees.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.