I want to draw several shapes (over 40) for separated zones in a city and I am not sure what is the best way to do this. I am considering drawing the shapes using:
- ItemizedOverlay.
- Overlay: One overlay for all shapes.
- Overlays: One overlay for each shape.
What do you think?