Open lucanicoletti opened 8 months ago
@lnicolet Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
google-maps
tagThis 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.
Hi @lucanicoletti. This is a reasonable proposal. Feel free to make a PR following our contribution guidelines. A default color of Black and a radius of 10.0 seem like reasonable values.
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 aTransparent
circle on the map, making it not visible. Update theCircle
function to require the radius to be specified, and change the default colour toColor.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