Packagecom.esri.aws.services
Classpublic class FindResult

Contains location results from a request. Output from the Find Service.



Public Properties
 PropertyDefined by
  category : String
Describes the location entity.
FindResult
  extent : Envelope
Contains the extent of the location.
FindResult
  fieldValues : Array
Contains data for each field in FindResultSet.fields as an array of Strings.
FindResult
  label : String
Contains the name of the location entity.
FindResult
  longDesc : String
FindResult
  point : GeoPoint
Contains the x,y coordinates of the location.
FindResult
  shortDesc : String
FindResult
Property detail
categoryproperty
public var category:String

Describes the location entity.

extentproperty 
public var extent:Envelope

Contains the extent of the location.

fieldValuesproperty 
public var fieldValues:Array

Contains data for each field in FindResultSet.fields as an array of Strings.

labelproperty 
public var label:String

Contains the name of the location entity.

longDescproperty 
public var longDesc:String

pointproperty 
public var point:GeoPoint

Contains the x,y coordinates of the location.

shortDescproperty 
public var shortDesc:String