brajabasi / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Ability to add "OnZoomChanged" event listener to OpenStreetMapView instance. #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add an ability to be notified on zoom level change outside of 
OpenStreetMapView class. Just implement ability to add "OnZoomChanged" event 
listener to OpenStreetMapView instance. This event should be fired after:
- zoomIn;
- zoomOut;
- setZoomLevel;
- any other methods, which change map zoom level?

Original issue reported on code.google.com by vitaliy....@gmail.com on 24 Jun 2010 at 3:15

GoogleCodeExporter commented 8 years ago
Ability to handle this event in Overlays will be also useful (for example, in 
custom overlay, which behavior depends on current zoom level).

Original comment by vitaliy....@gmail.com on 24 Jun 2010 at 3:17

GoogleCodeExporter commented 8 years ago
See also issue 55.

Original comment by neilboyd on 24 Jun 2010 at 5:49

GoogleCodeExporter commented 8 years ago

Original comment by neilboyd on 8 Jul 2010 at 2:40

GoogleCodeExporter commented 8 years ago
Do the fixes for issue 55 also fix this?

Original comment by neilboyd on 20 Sep 2010 at 8:14