Sean Barbeau

Results 341 issues of Sean Barbeau

**Is your feature request related to a problem? Please describe.** Altitude is commonly represented using two different units: meters above mean sea level (MSL), and meters above the WGS84 ellipsoid....

type: feature request

**Is your feature request related to a problem? Please describe.** Mentioned in https://github.com/googlemaps/android-maps-ktx/pull/29#discussion_r402459201. All of the clustering demos currently look like this: ```java clusterManager = new ClusterManager(this, map); map.setOnCameraIdleListener(clusterManager); ```...

type: feature request
type: question
priority: p3
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

**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

**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

**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

**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