Android Maps Extensions alternatives and similar packages
Based on the "Maps" category.
Alternatively, view Android Maps Extensions alternatives based on common mentions on social networks and blogs.
-
Smart Location Library
Android library project that lets you manage the location updates to be as painless as possible -
Google-Directions-Android
This project allows you to calculate the route between two locations and displays it on a map. -
drawroute
DrawRoute wraps Google Directions API (https://developers.google.com/maps/documentation/directions/) for Android so developers can download, parse and draw path on the map in very fast and flexible way. -
Android-Google-Map-Polygon
the simple utility for google maps in android : http://www.tellmehow.co/add-google-map-android-extramaputils-library/ -
GLMap
Crossplatform offline vector map with MapCSS styling. Offline search and offline navigation are included.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Android Maps Extensions or a related project?
README
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.
See wiki for more details.
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'
}
Developed by
- Maciej Górski - [email protected]
Contributing
Contributions are welcome and much appreciated.
Just fork,
create a feature branch,
do your things and send a pull request.
You may also contribute by creating or commenting on
issues,
edititing or adding wiki
or even do cool things like creating a YouTube video.
License
Copyright (C) 2013 Maciej Górski
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*Note that all licence references and agreements mentioned in the Android Maps Extensions README section above
are relevant to that project's source code only.