Hi ThinkGeo,
What are data cleanup I need to take care to reload data into layers/overlays of a map?
Currently I call following for all InMemoryFeatureLayer and all InMemoryMarkerOverlay
InMemoryFeatureLayer.InternalFeatures.Clear()
InMemoryMarkerLayer.Features.Clear()
Question:
1) Do i need cleanup the Map.Popups and any additional items that I may have missed?
Regards,
Anil