Using Marker or MarkerComposable in Clustering #641
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Now we cannot use Marker or MarkerComposable in blocks clusterContent and clusterItemContent of Clustering (com.google.maps.android.compose.clustering.Clustering)
Therefore, it is not possible to drag and drop custom markers.
Describe the solution you'd like
I want to use features together: custom markers, dragging and clustering.
MarkerComposableinside Clustering leads to a crash: case 1
java.lang.IllegalStateException: The ComposeView was measured to have a width or height of zero. Make sure that the content has a non-zero size.
Marker inside Clustering leads to a crash: case 2
java.lang.IllegalStateException: Invalid applier
maps-compose version is 6.1.2
Case 1
Case 2
The text was updated successfully, but these errors were encountered: