Hi,
I am trying to impliment a Marker Highlight Layer that changes with user input. ( I have added check boxes to alow the user to check to see data from a dynamic sql statement. This data is loaded into a InmemoryMarkerOverlay and loads correclty on inital load however it does not update to display the new resultset when changed.
How do i properly update an InmemoryMarkerOverlay to show the newly retrieved data or should this be a diferent Overlay type?
Thanks in advance.