SearchRequest( | string searchTerms | | | Coordinate coordinate | | | SettingsRequest settingsRequest | ) |
|
Creates a new SearchRequest instance by the given coordinate. These are the options to use:
- searchTerms only.
- searchTerms and coordinate.
- coordinate and poiCategories(in SettingsRequest).
Parameters
searchTerms | The search term to execute. |
coordinate | The coordinate of the request. |
settingsRequest | The SettingsRequest class represent the settings of the request. |