moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

The sought after rotation feature #467

Closed egepointr closed 6 years ago

egepointr commented 6 years ago

Hi @moagrius - we have been a happy user of TileView. Thank you very much!

We have been looking into introducing rotation feature and you won't be surprised, it's not easy!

Would you be up for a discussion on this?

Many thanks, Ege

moagrius commented 6 years ago

I'm concentrating my efforts on V3 at this point, which is a much more modular project. While I still don't plan on offering rotation out-of-the-box, it A) might be easier to re-use certain components in a separate project, or B) it might be possible to add a rotation plugin.

if you need something immediately, you're probably on your own - if you can wait for v3 to be out and ready (could be another year, i'm really not sure), i might have a little more impetus.

if you have specific questions now, i can try to answer them.

egepointr commented 6 years ago

Thanks @moagrius I will ask Dilara to post her questions here

dilara-pointr commented 6 years ago

Hi. I commented on another issue yesterday which Peter answered. Will post my questions if I have any specific ones with tiles. For now I am trying to get constraints and zooming work. Then I will get to the viewport computation and rendering. Thank you @moagrius . Will let you guys know if I have any questions in the way.