TileView
TileView copied to clipboard
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.
I'm trying to use your TileView to display a tiled large document. I'm having a problem when the Scale goes under the value of 1. Tiles are not properly laid...
The TileView crashes when adding a few thousand markers. Is there anyway to make the marker's views to recycle... Similar to RecyclerView - when a marker is offscreen to reuse...
Hello, thank you for the awesome library! I wonder is there a way to add markers that also scale? Currently markers remain always the same size. I can call marker.setScaleX(scale)...
First and foremost I just want to say that this library is awesome! With that being said, I was wondering if infinite scrolling would be a feature you'd consider adding...
Hi! I wonder if it could be possible to cluster markers like [Google Maps Android Marker Clustering Utility](https://developers.google.com/maps/documentation/android-api/utility/marker-clustering) does. Thanks!
Hello all, I will be spending some time with rotating complete map from a certain anchor point including all the map markers and so on. Would you direct me on...
Just a simple suggestion to add functionality so TileViews can be added in xml without having an xml compilation error in Android Studio. I think it's as easy as adding...
Hi, I would like to import in my project 'com.qozix:tileview:2.2.9', but when i try to compile my application an error occours : 1: Task failed with an exception. ----------- *...
I tried adding `implementation 'com.qozix:tileview:2.7.7'` to my build file (I have old code that needs to use the old version) but I can't get it to work with 2.7.7. Which...