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

Issue with marker #500

Closed Amattia closed 5 years ago

Amattia commented 5 years ago

Hi, I would like to raise a problem while using the TileView lib.

When I insert a marker in the view (with zoom level equal to 0), this is positioned correctly, but when I zoom in on the view the marker previously inserted is automatically translated by a certain amount in Y.

(Zoom level 3) a

(Zoom level 0) b

How i can solve this problem ?

moagrius commented 5 years ago

Sounds like a bug. What version are you using?

Amattia commented 5 years ago

'com.qozix:tileview:2.2.9'

moagrius commented 5 years ago

That should be stable. Post your project?