# AutoSuggest
Class
## Attributes
| Name | Value |
| --- | --- |
| HideFromLibrary | |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | threeWords as String | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Focus | GraffitiW3W.MapPoint | (None) | Map location against which autosuggest results are weighted. |
| InBox | GraffitiW3W.MapRect | (None) | Map area within which autosuggest results should reside. |
| InCountries() | String | (None) | An array containing all countries within which to search. These items should be the two-character country code, IE: US, GB, NZ. |
| InRadius | Integer | -1 | Radius used to restrict results when Focus is supplied. |
| PreferLand | Boolean | False | When True, all results will be limited to those which are on land. |
| ThreeWords | String | (None) | The W3W set to search for. |