Skip to content

ChristianHoesel/android-maps-utils

 
 

Repository files navigation

<<<<<<< HEAD Maven Central

Google Maps Android API utility library

Introduction

This open-source library contains classes that are useful for a wide range of applications using the Google Maps Android API.

The library is under heavy development, but ready for use. Check the issue tracker to see what's happening.

Usage

When you use Gradle add the following dependency with the latest version to your build.gradle file to use the library:

dependencies {
    compile 'com.google.maps.android:android-maps-utils:x.y.z'
}

Read more and get started

Read more on the website.

Bitdeli Badge

=======

JavaDoc regeneration

Check out the repository into two different directories. One needs to be on master, one needs to be on gh-pages.

$ javadoc -nodeprecated -stylesheetfile ../amu-web/css/javadoc-base.css -nonavbar -bottom '<script src="//www.google.com/js/gweb/analytics/autotrack.js"></script><script>new gweb.analytics.AutoTrack({profile: "UA-12846745-19",heatMapper: true});</script>' -top '<a class="back" href="javascript:history.back()">Back</a> <a class="back" href="/android-maps-utils/" target="_top">Back to site</a>' -notimestamp -d ../amu-web/javadoc/ $(find library/src/ -name '*.java')

Staging edits

$ sudo gem install jekyll
$ jekyll serve --baseurl

Navigate to http://$HOST:4000/android-maps-utils/

Analytics

refs/remotes/googlemaps/gh-pages

About

Handy extensions to the Google Maps Android API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.5%
  • CSS 2.7%
  • HTML 0.8%