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.