noties / Markwon

Android markdown library (no WebView)
https://noties.io/Markwon/
Apache License 2.0
2.68k stars 298 forks source link

Feature: Adding MAP view #382

Closed damionx7 closed 2 years ago

damionx7 commented 2 years ago

Hey @noties Bugging you again 😄 . Is it possible to add custm map view in markwon ?

noties commented 2 years ago

Hello @damionx7 ,

you could add static map representation as a regular image. Interactive map, I'm afraid, won't be possible. As you cannot add interactivity to a span inside a TextView. Not to mention embedding a SurfaceView which most interactive maps use.

You best bet is to separate the features and display markdown and map in different views

damionx7 commented 2 years ago

Thanks. I ended up replacing location with a static image.