venkivenkat / osmdroid

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

ItemizedIconOverlay.addItem(int, Item) does not call populate() #451

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I noticed that addItem(int, Item) does not call populate(). I believe that if 
you use this method, then your items will never get added to the 
mInternalItemList and will never appear.

Can anyone confirm?

Original issue reported on code.google.com by kurtzm...@gmail.com on 16 Jul 2013 at 2:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1257.

Added populate() call to addItem(int, Item)

Original comment by kurtzm...@gmail.com on 25 Jul 2013 at 3:13

GoogleCodeExporter commented 9 years ago
This has been released in 4.0.

Original comment by kurtzm...@gmail.com on 25 Oct 2013 at 1:51