Skip to content

Commit 1fad9ef

Browse files
feat: update circle to be black and have a radius of 10 (#656)
1 parent 830b31f commit 1fad9ef

File tree

1 file changed

+2
-2
lines changed
  • maps-compose/src/main/java/com/google/maps/android/compose

1 file changed

+2
-2
lines changed

maps-compose/src/main/java/com/google/maps/android/compose/Circle.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ internal class CircleNode(
5454
public fun Circle(
5555
center: LatLng,
5656
clickable: Boolean = false,
57-
fillColor: Color = Color.Transparent,
58-
radius: Double = 0.0,
57+
fillColor: Color = Color.Black,
58+
radius: Double = 10.0,
5959
strokeColor: Color = Color.Black,
6060
strokePattern: List<PatternItem>? = null,
6161
strokeWidth: Float = 10f,

0 commit comments

Comments
 (0)