Packagecom.esri.aws.services
Classpublic class FindResultSet

Contains high level information about the location results.



Public Properties
 PropertyDefined by
  extent : Envelope
Contains the extent of all the combined results.
FindResultSet
  fields : Array
Contains an array of fields available from the results.
FindResultSet
  findResults : Array
Contains an array of the location results.
FindResultSet
  matchType : String
Contains the match type of the results, possible values are "CANDIDATES", "ERROR", "EXACT", “QUERY” or "NOMATCH".
FindResultSet
  totalCount : int
Contains the total number of results.
FindResultSet
Property detail
extentproperty
public var extent:Envelope

Contains the extent of all the combined results.

fieldsproperty 
public var fields:Array

Contains an array of fields available from the results.

See also

findResultsproperty 
public var findResults:Array

Contains an array of the location results.

See also

matchTypeproperty 
public var matchType:String

Contains the match type of the results, possible values are "CANDIDATES", "ERROR", "EXACT", “QUERY” or "NOMATCH".

totalCountproperty 
public var totalCount:int

Contains the total number of results.