Android Maps Extensions

Library extending capabilities of Google Maps Android API v2.

While Google Maps Android API v2 is a huge leap forward comapared to its predecessor, it lacks commonly used patterns like marker clustering. This library aims to fill this gap by adding many useful features and improving on the responsiveness issues of the official Google library.

Usage

You may use any version of Google Play Services from 3.2.65 (the last working on Android API 8) or above.

Gradle

dependencies {
compile 'com.androidmapsextensions:android-maps-extensions:2.4.0'
compile 'com.google.android.gms:play-services-maps:10.2.0'
}

GitHub