| Package | com.esri.aws.services |
| Class | public class FindResultSet |
| Property | Defined 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 | ||
| extent | property |
public var extent:EnvelopeContains the extent of all the combined results.
| fields | property |
| findResults | property |
| matchType | property |
public var matchType:StringContains the match type of the results, possible values are "CANDIDATES", "ERROR", "EXACT", “QUERY” or "NOMATCH".
| totalCount | property |
public var totalCount:intContains the total number of results.