ThinkGeo.com    |     Documentation    |     Premium Support

Map needs to be moved manually for a newly added marker to appear

Hi guys,


I'm getting a lot of issues where I add a new marker to the map but it does not appear on the map unless I move the map around. After adding the marker, I call the refresh function in the marker overlay. It doesn't happen all the time but it still confuses the users when it does happen. Is this a bug?


Thanks,


Nirish



Nirish, 


We couldn’t recreate your problem. Could you provide a simple sample for us? And I want to make sure one thing, does the maker disappear near the edge of the map control? If so, you can try to set the Image Offset as:
markerOverlay.ZoomLevelSet.ZoomLevel06.DefaultMarkerStyle.ImageOffsetX = -28;
markerOverlay.ZoomLevelSet.ZoomLevel06.DefaultMarkerStyle.ImageOffsetY = -32;

 
If I misunderstand your meaning please correct me. Any questions please let us know.
Thanks,
Johnny