p-lr / MapCompose

A fast, memory efficient Jetpack Compose library to display tiled maps, with support for markers, paths, and rotation.
Apache License 2.0
220 stars 19 forks source link

Path: Ability to use pattern #104

Closed cwsiteplan closed 9 months ago

cwsiteplan commented 9 months ago

Hi,

it would be nice if we could have the ability to define a dash pattern on the paths. Similar to google maps PatternItem on the Polyline Composable

p-lr commented 9 months ago

Hi, Sure, adding this to todo list.

p-lr commented 9 months ago

I've added support for dash pattern in my last commit. The demo is updated (in the path demo, the third path has a dash effect). Could you try it out?

cwsiteplan commented 9 months ago

Thanks for the quick implementation. Looks good! Would you be able to release that any time soon?

p-lr commented 9 months ago

Yes I'll do that this week.