You CAN add multiple overlays to a single map. Android Maps API supports adding multiple overlay items (like markers, polygons, circles) using ItemizedOverlay, Overlay, or by implementing the Overlay interface. Each overlay can contain multiple items.