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

Composable as marker #7

Open
BernardBorio opened this issue Jun 7, 2024 · 1 comment
Open

Composable as marker #7

BernardBorio opened this issue Jun 7, 2024 · 1 comment

Comments

@BernardBorio
Copy link

BernardBorio commented Jun 7, 2024

Hi, it would be great if instead of using just a drawable as a marker it was possible to use a custom composable component, it would make it way more customizable than how it is now

@evgen-buran
Copy link

you can use a custom marker.
set your marker here:
val depokIcon: Drawable? by remember {
mutableStateOf(context.getDrawable(R.drawable.round_eject_24))
}
sorry for my English)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants