android-maps-compose
android-maps-compose copied to clipboard
feat: Add StyleSpans support for Polylines
Fixes #307 🦕
- updated google play maps services which support the new feature
- added new
Polylinecomposable with thespansparameter, allowing to specify spans for each segment ofpoints - I did not extend the existing
Polylinecomposable, because I believe it would be confusing with thecolorparameter - it doesn't make sense to specify it when we specify Spans for every segment. To not make it confusing, I think we'd need to make it nullable without the default color. However, that would be a braking change.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Hi! I wanted to check in and see if you're planning to continue working on it? We're looking forward to potentially incorporating these changes into our project.
@kikoso Could you please close the PR? (outdated)
Done! Thanks for the reminder, @el-qq