AGSIdentifyLayerResult

897
3
03-15-2017 10:44 AM
FrederickLee1
New Contributor II

What is 'AGSIdentifyLayerResult' and how do I acquire it?

Examples?

Tags (1)
0 Kudos
3 Replies
DavidLednik
Occasional Contributor II

Hi!

This online sample in our GitHub repository should give you an idea how the API is wired together: arcgis-runtime-samples-ios/IdentifyLayersViewController.swift at master · Esri/arcgis-runtime-sample... 

regards,

David

0 Kudos
FrederickLee1
New Contributor II

It looks like AGSIdentifyLayerResult is passively generated from AGSGeoViewTouchDelegate functions rather than 'on the fly'.

 

0 Kudos
DavidLednik
Occasional Contributor II

You can not create one yourself, that is correct.

It is only returned as a result of another operation. Or it's a container for those results if you will.

regards,

David

0 Kudos