Skip to content

googlemaps/android-maps-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

491df7d · Feb 25, 2020
Jan 24, 2020
Feb 22, 2020
Feb 4, 2020
Feb 22, 2020
Nov 21, 2019
Feb 17, 2014
Oct 2, 2019
Feb 19, 2020
Feb 25, 2020
Jan 29, 2020
Aug 13, 2016
May 18, 2013
Feb 25, 2020
Feb 19, 2020
Feb 12, 2020
Nov 21, 2019
Sep 18, 2019
Sep 18, 2019
Feb 12, 2020

Repository files navigation

Build Status Maven Central GitHub contributors Apache-2.0

Maps SDK for Android Utility Library

Description

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

  • Marker clustering — handles the display of a large number of points
  • Heat maps — display a large number of points as a heat map
  • IconGenerator — display text on your Markers
  • Poly decoding and encoding — compact encoding for paths, interoperability with Maps API web services
  • Spherical geometry — for example: computeDistance, computeHeading, computeArea
  • KML — displays KML data
  • GeoJSON — displays and styles GeoJSON data

Requirements

Installation

dependencies {
    implementation 'com.google.maps.android:android-maps-utils:1.0.0'
}

Support

Encounter an issue while using this library?

If you find a bug or have a feature request, please file an issue. Or, if you'd like to contribute, send us a pull request and refer to our code of conduct.

You can also reach us on our Discord channel.

For more information, check out the detailed guide on the Google Developers site. You can also view the generated reference docs for a full list of classes and their methods.