The SettingsRequest class represent the settings of the request.
SettingsRequest(string countryCode string language int resultsLimit string poiCategories int maxRadius int minGrade)
string countryCode
ISO ALPHA-3 country code (optional).
string language
ISO 639-3 language code (optional).
string resultsLimit
The result limit of the request (optional).
string poiCategories
The requested poi categories (optional).
string maxRadius
The maximum radius (relevent for local search - optional).
string minGrade
The minimum grade for the results (optional).