How to highlight a point on Map when button click is happened once Map rendered

1856
1
10-07-2015 06:48 AM
ManiDeep
New Contributor

Hi Team,

I am able to display all the points on the map but when button click happens from another div i have to get an unique id and by using that i have to hightlight the coordinates of point.

Here once map rendered i will display all points and i am not suppose to make service call again.

Here is my piece of code.

Note :Replace bing key.

Tags (2)
0 Kudos
1 Reply
KellyHutchins
Esri Frequent Contributor

It sounds like you want to select a specific feature when a button is clicked. Is that correct? If so here's an example that shows how to do this:

JS Bin - Collaborative JavaScript Debugging