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

This pull request implements a solution for a situation where more than one marker have the exact same location (lat and lng), an issue reported in #384. The activity ClusteringSameLocationActivity...

priority: p2
cla: no

Additional fix for #772 as it wasn't completely fixed by #972

cla: yes

I use the old version 0.6.2 before, when I upgrade to the version 2.2.5, I found that the marker info window not show as before. The old version shows like...

needs more info
type: bug

Hello all, I'm trying to add marker via a MarkerManager but i'm getting an KotlinFrontEndException ```kotlin markerManager?.newCollection()?.addMarker( MarkerOptions() .position(LatLng(51.150000, -0.150032)) .icon(BitmapDescriptorFactory.defaultMarker(BitmapDescriptorFactory.HUE_AZURE)) .title("Unclustered marker") ) ``` ``` org.jetbrains.kotlin.util.KotlinFrontEndException: Exception while analyzing...

type: bug
triage me

**Please do not merge - work-in-progress** This is an implementation of a fix mentioned in https://github.com/googlemaps/android-maps-utils/issues/720#issuecomment-631263199 for a bug in the distance from a point to a line segment measurement....

cla: yes

Follow up to implementing the feature in https://github.com/googlemaps/android-maps-utils/pull/752. Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure...

cla: yes

``` 2020-12-03 19:09:52.382 23492-23492/com.xxx E/AndroidRuntime: FATAL EXCEPTION: main Process: com.xxx, PID: 23492 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxx/com.dashboard.HomeActivity}: kotlin.UninitializedPropertyAccessException: lateinit property clusterManager has not been initialized at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2861) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2943)...

needs more info
type: bug

this is what i did so far ``` val layer = GeoJsonLayer(mMap, R.raw.newjson, applicationContext) val style: GeoJsonPolygonStyle = layer.defaultPolygonStyle style.fillColor = R.color.map_highlight style.strokeColor = R.color.map_highlight_border style.strokeWidth = 1f layer.addLayerToMap() ```...

type: bug
triage me

Please be sure to include as much information as possible: #### Summary When trying to create a KmlLayer, a "FATAL EXCEPTION" occurs when trying to "createBitmap", the error is "width...

type: bug
priority: p3

#### Summary When I use `marker.showInfoWindow()`, the default info window is displayed instead of the custom defined with `collection.setInfoWindowAdapter(new CustomInfoWindowAdapter(getApplicationContext()))`. #### Expected behavior Open the custom info window when using...

type: bug
triage me