Peng Liu
Peng Liu
@brendanw from the video, it looks like the somehow the [iconAllowOverlap](https://docs.mapbox.com/android/maps/api/11.2.2/mapbox-maps-android/com.mapbox.maps.extension.compose.annotation.generated/-point-annotation-group.html?query=fun%20PointAnnotationGroup(annotations:%20List%3CPointAnnotationOptions%3E,%20annotationConfig:%20AnnotationConfig?%20=%20null,%20iconAllowOverlap:%20Boolean?%20=%20null,%20iconIgnorePlacement:%20Boolean?%20=%20null,%20iconKeepUpright:%20Boolean?%20=%20null,%20iconOptional:%20Boolean?%20=%20null,%20iconPadding:%20Double?%20=%20null,%20iconPitchAlignment:%20IconPitchAlignment?%20=%20null,%20iconRotationAlignment:%20IconRotationAlignment?%20=%20null,%20symbolAvoidEdges:%20Boolean?%20=%20null,%20symbolPlacement:%20SymbolPlacement?%20=%20null,%20symbolSpacing:%20Double?%20=%20null,%20symbolZElevate:%20Boolean?%20=%20null,%20symbolZOrder:%20SymbolZOrder?%20=%20null,%20textAllowOverlap:%20Boolean?%20=%20null,%20textFont:%20List%3CString%3E?%20=%20null,%20textIgnorePlacement:%20Boolean?%20=%20null,%20textKeepUpright:%20Boolean?%20=%20null,%20textMaxAngle:%20Double?%20=%20null,%20textOptional:%20Boolean?%20=%20null,%20textPadding:%20Double?%20=%20null,%20textPitchAlignment:%20TextPitchAlignment?%20=%20null,%20textRotationAlignment:%20TextRotationAlignment?%20=%20null,%20textVariableAnchor:%20List%3CString%3E?%20=%20null,%20textWritingMode:%20List%3CString%3E?%20=%20null,%20iconColorSaturation:%20Double?%20=%20null,%20iconTranslate:%20List%3CDouble%3E?%20=%20null,%20iconTranslateAnchor:%20IconTranslateAnchor?%20=%20null,%20textTranslate:%20List%3CDouble%3E?%20=%20null,%20textTranslateAnchor:%20TextTranslateAnchor?%20=%20null,%20onClick:%20(PointAnnotation)%20-%3E%20Boolean%20=%20{%20false%20})) behaves like it was disabled, could you try to manually set it to true? Please also note there's a...
@brendanw could you also try with setting `iconIgnorePlacement = true`?
@brendanw could you please provide a minimal project to reproduce the issue? maybe a patch to our existing [compos-app](https://github.com/mapbox/mapbox-maps-android/tree/main/compose-app/src/main/java/com/mapbox/maps/compose/testapp/examples/annotation) example app would be really helpful.
@brendanw sorry didn't have time to try your branch earlier, I dropped a comment in your branch and with iconAllowOverlap=true set to the PointAnnotationGroup, I do see the issue being...
Thanks @rbustillosdev for the PR, the PR itself looks good, however we need to pay extra attention to the parameters we introduce to the `MapboxMap` composable function, as this is...
Hey @anonym24 thanks for trying out the compose extension. At the moment, the MapInitOptions is not mutable and can not be used to alter the style during composition. Until we...
@anonym24 Took a second look at the report, seems the crash happened when live edit is enabled: > Error was captured in composition while live edit was enabled. Could you...
Hi @joaovalentee @bamsbamx @anonym24 we have recently introduced style composable functions in the latest [11.3.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.3.0-beta.1) release, please feel free to give it a try and see it fulfils your needs....
Closing as related APIs have been refined, please check the latest compose extension release and test app for reference.
Closing as the lifecycle is handled correctly by the compose-extension, please refer to https://github.com/mapbox/mapbox-maps-android/tree/main/extension-compose to get started.