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

**Is your feature request related to a problem? Please describe.** In https://github.com/googlemaps/android-maps-utils/pull/649 we changed from using an emulator on Travis to using Robolectric CI, which means that all instrumented tests...

type: feature request
priority: p3

**Is your feature request related to a problem? Please describe.** Currently, the Android Maps SDK supports Z-order for markers: https://developers.google.com/maps/documentation/android-sdk/marker#marker_z-index However, in the utility library we don't support Z-order for...

type: feature request

Hi. i figure i try to open up a feature request here since android map sdk never had this feature like in google maps javascript api symbolpath same use case...

type: feature request
triage me

Google maps for Android native app gets very laggy when 2k polygons are added to the map. I have implemented the same functionality also on the web, where I display...

stale

I am trying to add KML layer on to the maps. It was working okay with just a ms of freeze when i try to load the small size KML...

status: blocked
stale

**Is your feature request related to a problem? Please describe.** It would be nice to have a feature in the library that developers can turn on or off that would...

type: feature request
stale

Is adding style to a feature possible by specifiying it in the properties secion of the GeoJson file? For example: ``` {"type":"Feature", "id":"123", "geometry": {"type":"Polygon", "properties": {"fillColor":"#ffbb00", "strokeColor":"#b88702" } }...

type: feature request
triage me
stale

**Summary:** Cluster items with exact same lat/lang position are always bound together as a cluster and do not separate away as individual items even at the lowest zoom level. **Steps...

needs more info
priority: p2
stale

When I init Map, I set default zoom is 15f, And I zoomed to 17f. It is possible with Default location (LatLng(51.503186, -0.126446)). But when I change to another LatLng...

needs more info
type: question
stale

#### Summary First I add GeoJsonLayer without features to map. Then I continiously add features using GeoJsonLayer.addFeature() and all the features are appearing on the map. Next I try to...

type: bug
priority: p4