osm-android-compose icon indicating copy to clipboard operation
osm-android-compose copied to clipboard

Composable as marker

Open BernardBorio opened this issue 1 year ago • 1 comments

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

BernardBorio avatar Jun 07 '24 09:06 BernardBorio

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)

evgen-buran avatar Mar 13 '25 12:03 evgen-buran