Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
XamWebMap Customization
posted

I need to be able to set custom colors to map objects in code and also recieve click events from clicked countries.  Is this possible with the XamWebMap? 

 

Dane

Parents
  • 845
    posted

    Hi

    you can handle the map element click event to get the country element which clicked.

    <igMap:XamWebMap x:Name="myMap" ElementClick="map1_ElementClick"">

    <igMap:XamWebMap>

     

    and in event handler e.Element.Name gives the name of the element clicked

Reply Children