android-maps-utils
android-maps-utils copied to clipboard
Maps SDK for Android Utility Library
Add zIndex to markerOptions in onBeforeClusterRendered and onBeforeClusterItemRendered Fixes #1424
The PR implementing [ClusterRendererMultipleItems](https://github.com/googlemaps/android-maps-utils/pull/1438) adds methods for managing animations in a renderer. These changes were applied to `ClusterRendererMultipleItems` instead of `ClusterRenderer` to avoid introducing a breaking change. Once the feature...
The error occurs when trying to compile with release 3.11.0. --- **Error** ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compileDev_datamobDebugJavaWithJavac'. > java.lang.IllegalArgumentException:...
Allow library consumers to use `KMLParser` class for their project needs. Currently library consumers need to setup a functionnal view with GoogleMap object to validate KML data. Expose this class...
Im using the "onMapClicked" and the KML layer is eating up that click event, I would like to be able to set the KML as not clickable and use them...
This is a cross-referenced issue from [Android Maps Compose](https://github.com/googlemaps/android-maps-compose/issues/635), copying the relevant code: Android: all, physical + emulator library version: all I have a problem with placing my pin (orange...
I am seeing a small number of crashes coming from this library. I have seen several hundred occurrences over the past few months. The crash looks like the following: ```...
The following PR updates our .gitignore to make it compatible with Antigravity.
MarkerManager documentation claims (emphasis mine): > Keeps track of collections of markers on the map. Delegates all Marker-related events to each collection's individually managed listeners. However notably one OnInfoWindowCloseListener, also...