I use ArcGis Javascript api 3.2. I have a symbol:
candidateSymbol=new esri.symbol.PictureMarkerSymbol('image/PushPin.png', 30, 30);
I want to center it when it is being clicked.
PS: There will be many such symbols on the map. I want to center the screen on the symbol that is being clicked.