We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cf31e commit df72c4cCopy full SHA for df72c4c
1 file changed
maps-compose-widgets/src/main/java/com/google/maps/android/compose/widgets/ScaleBar.kt
@@ -185,6 +185,13 @@ public fun ScaleBar(
185
}
186
187
188
+/**
189
+ * An animated scale bar that appears when the zoom level of the map changes, and then disappears
190
+ * after [visibilityDurationMillis]. This composable wraps [ScaleBar] with visibility animations.
191
+ *
192
+ * Implement your own observer on camera move events using [CameraPositionState] and pass it in
193
+ * as [cameraPositionState].
194
+ */
195
@Composable
196
public fun DisappearingScaleBar(
197
modifier: Modifier = Modifier,
0 commit comments