ThinkGeo.com    |     Documentation    |     Premium Support

Adornament layer

Hi,



The adormamentscalelayer works as a charm now … Thank you!



I need a simple adormanentlayer that just displays a label on the map but don’t know where to start.

could you please share a sample to proceed ?



Thank you for your help.

Patrick.

Hi Patrick.


Here is a very simple CustomAdornmentLayer class. Please use as following code and it will render a custom label in the center of the map.
CustomAdornmentLayer customAdornmentLayer = new CustomAdornmentLayer();
androidMap.AdornmentOverlay.Layers.Add(“CustomAdornmentLayer”, customAdornmentLayer); 




Thanks,
Howard

CustomAdornmentLayer.zip (548 Bytes)

Hi Patrick.



Here is a very simple CustomAdornmentLayer class. Please use as following code and it will render a custom label in the center of the map.



CustomAdornmentLayer customAdornmentLayer = new CustomAdornmentLayer(); 
androidMap.AdornmentOverlay.Layers.Add(“CustomAdornmentLayer”, customAdornmentLayer); 



Thanks,
Howard

001_CustomAdornmentLayer.zip (548 Bytes)