Select to view content in your preferred language

Zoom-in when feature clicked

445
1
06-15-2012 11:47 PM
AmirBabiker
New Contributor
Greetings guys,

I'm new to the forum and the ArcGIS as well, I need to know how to zoom in at a clicked (selected) feature on the feature layer ?
Tags (2)
0 Kudos
1 Reply
IvanBespalov
Frequent Contributor
1
Each feature in FeatureLayer is Graphic.
Each graphic has own geometry.

2
Map. You can find such public methods as centerAt(params...), zoom(params...)
0 Kudos