sumesh1 / osmbonuspack

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

I want to add blinking effects to marker. #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the products are you using (Android SDK, osmdroid,
OSMBonusPack)?

Please provide any additional information below.

Original issue reported on code.google.com by meh.bis...@gmail.com on 29 Sep 2014 at 5:36

GoogleCodeExporter commented 9 years ago
I also tried, setting an AnimationDrawable in an ItemizedIconOverlay, with no 
success. 
This would need more investigation to understand why. This could also be raised 
to osmdroid team. 

A workaround: you could try to use an AsyncTask, and change your Marker 
appearance in onProgressUpdate. And refresh the map. 

Original comment by mathieu....@gmail.com on 29 Sep 2014 at 9:37