Example of Selection & Highlight in Javascript Maps Control

/
/
Selection & Highlight

This sample visualizes USA president election results in the year 2016. Vote details of a state will be displayed in a popup on clicking a state. Placed interactive legend at the top of the map.

More Details...

Description

In this example, you can see how to apply various styles for a shape in the map, when it is clicked or mouse hovered. Injecting Module Maps component features are segregated into individual feature-wise modules. To use selection, inject the Selection module using the Maps.Inject(Selection) method, and use highlight by injecting the Highlight module. More information on selection can be found in this documentation section.