We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820adfe commit b528732Copy full SHA for b528732
maps-compose/src/main/java/com/google/maps/android/compose/Marker.kt
@@ -200,7 +200,7 @@ public class MarkerState private constructor(position: LatLng) {
200
"""
201
)
202
203
-public fun rememberUpdatedMarkerState(
+public fun rememberMarkerState(
204
key: String? = null,
205
position: LatLng = LatLng(0.0, 0.0)
206
): MarkerState = rememberSaveable(key = key, saver = MarkerState.Saver) {
0 commit comments