Multiple overlay items in android
- by Bostjan
I seem to be having a problem with using ItemizedOverlay and OveralyItems in it.
I can get the first overlayItem to appear on the map but not any items after that.
Code sample is on:
http://www.anddev.org/multiple_overlay_items-t12171.html
Quick overview here:
public class Markers extends ItemizedOverlay {
private Context ctx;
private…