Android onTap mapView method not working after removing all points
问题 The onTap() method working when there is minimum one point on map but when I remove all points from map then onTap() method is not working and I am unable to add points on map. Please help... Code: private class CustomItemizedOverlay2 extends ItemizedOverlay<OverlayItem> { private ArrayList<OverlayItem> mapOverlays = new ArrayList<OverlayItem>(); private Context context; private GeoPoint center = null; public CustomItemizedOverlay2(Drawable defaultMarker) { super(boundCenterBottom