[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add the ability to edit MarkerInfoWindow & MarkerInfoWindowContent for clustered items #290

Open
srenrd opened this issue Mar 13, 2023 · 1 comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@srenrd
Copy link
srenrd commented Mar 13, 2023

I see no way to override the MarkerInfoWindow & MarkerInfoWindowContent for clustered items? This makes the new Clustering API useless for me.

Trying to use a MarkerInfoWindowContent as clusterItemContent results in an exception when the map is loaded. java.lang.IllegalStateException: Invalid applier

clusterItemContent = { MarkerInfoWindowContent( state = rememberMarkerState(position = it.position), Log.d(TAG, "Non-cluster marker clicked! $it") true } ) { Column { Text(text = "dasf") Text(text = "tjtuehsfgh") } } }

@srenrd srenrd added triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Mar 13, 2023
@wangela
Copy link
Member
wangela commented Mar 13, 2023

If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.

@srenrd Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

@DSteve595 DSteve595 added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed triage me I really want to be triaged. labels Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants