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

Custom figures and objects #107

Closed lamanovpv closed 8 months ago

lamanovpv commented 8 months ago

Can i draw custom figures on map? For example, line, rectangle, curve line, circle

p-lr commented 8 months ago

Sure, the demo app shows an example: custom

The relevant code can be found in CustomDraw.kt.