Update:

I've changed my code to have this instead at the end and I don't seem
to generate an XML parsing error when I compile.

                mgr.addMarker(marketMarker,5,7);
                //batch.push(marketMarker);
        }
        trace(mgr.getMarkerCount(4));
        //mgr.addMarkers(batch,5,7);
        //mgr.addMarkers(batch,5,7);
        //mgr.refresh();
}

When I trace the number of markers at each level I get

4: 0
5: 94
6: 94
7: 94

The markers to appear when going from zoom level 4 to 5 or 4 to 6
directly, yet when i zoom in from level 5(or 6) to 7 and back again,
the markers disappear and never reappear. Again, any help would be
grateful.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to