ThinkGeo.com    |     Documentation    |     Premium Support

Removing Default Marker Style

Hi,


I'm creating markers and setting each markers styles through Marker.Content property.  The problem is, the default marker style still displays under my style?  I have to set the style through this manner for some advanced things I'm doing.  How can I make it so the default icon does not display?


Thanks,


.Ryan.



Hi Ryan, 
  
 I’m not sure which marker overlay are you using. If you are using simple marker overlay, you can simply set the ImageSource to null on the marker to disable the default icon. If you are using InMemoryMarkerOverlay, we have a check on the ImageSource to see if it’s null or not. But to workaround this, we can use a transparent icon as the ImageSource to satisfy your requirement temporary.  
  
 Please let me know if you have any more queries. 
  
 Thanks, 
 Howard