Select to view content in your preferred language

How to add a marker(point graphic) on map by using the result of identify operation performed on a map service resource

3241
1
11-03-2015 10:21 PM
aashumittal
Deactivated User

Please Help!!

Is there any way to show a point on map by passing identify parameters thru identify operation on map service.

This is  the result i am getting on performing operation and wants to show point on map.

http://gismp.nic.in:8399/arcgis/rest/services/GeoApproachv3/MapServer/identify?geometry=77.424179055...

Thank you!

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

aashu,

    You should use the Flex API Identify task and parameter objects and then an async result handler function to add the result to the map.  See the Flex API docs and samples

ArcGIS API for Flex 3.7

Identify features—ArcGIS API for Flex | ArcGIS for Developers

0 Kudos