| Package | com.esri.aws.services |
| Class | public class GeographyIDOptions |
| Property | Defined by | ||
|---|---|---|---|
| geographyIDFilter : String
The geographic filter for limiting the returned IDs.
| GeographyIDOptions | ||
| keyword : String
The geography name or set of characters (e.g., "Redlands") with two or more characters.
| GeographyIDOptions | ||
| outputGeographyLevel : String
The geography level for the IDs.
| GeographyIDOptions | ||
| resultSetRange : ResultSetRange
The range for the returned IDs.
| GeographyIDOptions | ||
| geographyIDFilter | property |
public var geographyIDFilter:StringThe geographic filter for limiting the returned IDs. Valid values are "BlockGroup", "CBSA", "Congressional Districts", "County", "County SubDivisions", "DMA", "Place", "State", "Tract", and "Zip".
| keyword | property |
public var keyword:StringThe geography name or set of characters (e.g., "Redlands") with two or more characters. The values are case sensitive.
| outputGeographyLevel | property |
public var outputGeographyLevel:StringThe geography level for the IDs. Valid values are "BlockGroup", "CBSA", "Congressional Districts", "County", "County SubDivisions", "DMA", "Place", "State", "Tract", and "Zip". It is required.
| resultSetRange | property |
public var resultSetRange:ResultSetRangeThe range for the returned IDs. Default values are count "20" and startIndex "0". Maximum value for count is 1000.