Table of Contents
About #
Autosuggest data class for GraffitiW3W
Enumerations #
This object exposes no enumerations.
Constants #
This object exposes no constants.
Events #
This object exposes no events.
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 | Nil | Map location against which autosuggest results are weighted. |
InBox | GraffitiW3W.MapRect | Nil | Map area within which autosuggest results should reside. |
InCountries | String() | Empty | 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 | Empty | The ThreeWords value to search for. |