| Package | com.esri.aws.services |
| Class | public class FindOptions |
| Property | Defined by | ||
|---|---|---|---|
| filterCountry : String
The country, dependency, or area of special sovereignty to search.
| FindOptions | ||
| filterExtent : Envelope
The geographic area to search.
| FindOptions | ||
| findDataSourceOptions : FindDataSourceOptions
Used to specify a SpatialQuery data source when the Find Service performs a spatial reference.
| FindOptions | ||
| resultSetRange : ResultSetRange
The range for the returned place names.
| FindOptions | ||
| filterCountry | property |
public var filterCountry:StringThe country, dependency, or area of special sovereignty to search. Default value is null, which means no filtering.
See Geocoding Country Codes for a list of valid country codes.
| filterExtent | property |
public var filterExtent:EnvelopeThe geographic area to search. The default value is null, which means no filtering by geographical extent.
| findDataSourceOptions | property |
public var findDataSourceOptions:FindDataSourceOptionsUsed to specify a SpatialQuery data source when the Find Service performs a spatial reference.
| resultSetRange | property |
public var resultSetRange:ResultSetRangeThe range for the returned place names. The default values are count "20" and startIndex "0".