p-lr / MapView

A Fast, memory efficient Android library to display tiled maps, with support for markers, paths, and rotation.
Apache License 2.0
184 stars 38 forks source link

Zoom-in/out with animation too fast #16

Closed p-lr closed 4 years ago

p-lr commented 4 years ago

Quoting @c0dd3vi11 : I found this: mapView.smoothScaleFromCenter(mapView.scale * 1.5f). And the opposite is mapView.smoothScaleFromCenter(mapView.scale / 1.5f). But when I call the functions too fast then MapView starts blinking.

p-lr commented 4 years ago

I'll try to reproduce this one.

c0dd3vi11 commented 4 years ago

Sorry, that was because of my mistake: https://github.com/peterLaurence/MapView/issues/15#issuecomment-636654911

p-lr commented 4 years ago

No worries, and indeed, I can't reproduce this issue.