Lect0r / osmdroid

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

Icon tapped doesn't show description until zoom #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When i press an icon in ItemizedOverlayWithFocus, it should show the 
description immediately. 
However, it doesn't until i do zoom in/out into the map. 

So.. is it possible to redraw the icon when it's pressed?

Original issue reported on code.google.com by gefe...@gmail.com on 3 May 2010 at 2:51

GoogleCodeExporter commented 9 years ago
I've tried adding the following line in the method onItemTap and it works:

mOsmv.postInvalidate();

is it correct?

Original comment by gefe...@gmail.com on 3 May 2010 at 3:05

GoogleCodeExporter commented 9 years ago

Original comment by neilboyd on 14 Sep 2010 at 11:36