I am building a map with dozens of OverlayItems in one ItemizedOverlay. My map is made to view very close (about zoom level 18+), with OverlayItems in close proximity to each other. The map looks good when zoomed in. However, if the user zooms in, the icons begin to overlap, and everything looks incredibly uncomfortable.
Is there a way to control the size of the OverlayItem icon so that it scales with the map? If not, is there a way to hide the icons after reaching a certain zoom level? Any other suggestions on how to approach this issue?
source
share