android-maps-utils icon indicating copy to clipboard operation
android-maps-utils copied to clipboard

Maps SDK for Android Utility Library

Results 110 android-maps-utils issues
Sort by recently updated
recently updated
newest added

**Summary:** The Google Maps JS Heatmap SDK provides a `dissipating` parameter - which allows you to control whether heatmap stays the same size across zoom levels. It would be great...

type: feature request

Bumps [secrets-gradle-plugin](https://github.com/google/secrets-gradle-plugin) from 2.0.0 to 2.0.1. Release notes Sourced from secrets-gradle-plugin's releases. v2.0.1 What's Changed Update secrets.defaults.properties by @​nateridderman in google/secrets-gradle-plugin#40 chore: Bump AGP to 7.0.2 by @​arriolac in google/secrets-gradle-plugin#43...

dependencies
merge
automerge
java

I attempted to add a `GeoJsonLayer` to my map, but I noticed that it breaks my custom `InfoWindowAdapter`. I tried using both `map.setInfoWindowAdapter()` and `markerCollection.setInfoWindowAdapter()` but the result was the...

type: question
stale

**Is your feature request related to a problem? Please describe.** As of April 2020 the Android Maps SDK supports "Line caps" so you can you alter the end of a...

type: feature request

it woulf be nice to have a way to render the kmllayer by calling some render method that way before that happens, modify marker options description or snippet and change...

type: feature request
priority: p4

Please see attached kmz file. the icon should be loaded as well. please rename to .kmz [track.zip](https://github.com/googlemaps/android-maps-utils/files/4608897/track.zip)

type: feature request
triage me

This will definitely be a nice feature. I will PM back, once i get a KMZ file.

type: feature request
priority: p3

**Is your feature request related to a problem? Please describe.** Right now the clustering algorithm animates markers moving into and out of clusters, but a general utility to animate marker...

type: feature request
priority: p3

There appears to be a bunch of dead code in `Renderer.addGeoJsonFeatureToMap()` that references KML and looks like: ~~~ } else if (feature instanceof KmlPlacemark) { markerOptions = ((KmlPlacemark) feature).getMarkerOptions(); }...

type: cleanup
priority: p3