ThinkGeo.com    |     Documentation    |     Premium Support

Different Markers

 I have an InMemoryMarker Overlay, which is populated with several hundred points from a sql database.  I would like to have one of these markers appear with a different Icon compared to the others, such as a different color.  Can I do this within one overlay or do I need to set up another overlay.


 


If possible I would like to accomplish this without another layer/overlay.


 


Thanks.


 


Eric



Hi Eric, 
  
 I think you can try to use ValueMarkerStyle for implement that. And you need have a column for separate the special marker with others. 
  
 I haven’t found the sample for ValueMarkerStyle in our HowDoISample, but it should work similar with IconValueStyle. 
  
 Or you can view the SetTheZoomLevelsOnAMarker class in HowDoISample, it use ClassBreakMarkerStyle which should be helpful. 
  
 Regards, 
  
 Don