googlemaps / android-maps-compose

Jetpack Compose composables for the Maps SDK for Android

Home Page:https://developers.google.com/maps/documentation/android-sdk/maps-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Radius required, use Black as colour in Circle

lucanicoletti opened this issue · comments

Both Polygon and Polyline use Black as the default colour, making them visible on the Map when used without specifying a colour.
Circle by default draws a 0-radius circle. If the radius is specified, it still draws a Transparent circle on the map, making it not visible.
Update the Circle function to require the radius to be specified, and change the default colour to Color.Black, as used in other Composable for Maps.
As it was a simple edit, I've done it already and I would be ready to open the PR if this is agreed upon

If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.

@lnicolet Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

Is there any update on this? I'm happy to make the changes and open a PR request.