Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

SettingsRequest

The SettingsRequest class represent the settings of the request.


Summary
The SettingsRequest class represent the settings of the request.
The SettingsRequest constructor; Creates a new SettingsRequest instance by the properties below.
ISO ALPHA-3 country code (optional).
ISO 639-3 language code (optional).
The result limit of the request (optional).
The requested poi categories (optional).
The maximum radius (relevent for local search - optional).
The minimum grade for the results (optional).

Constructors

SettingsRequest

SettingsRequest(string countryCode
string language
int resultsLimit
string poiCategories
int maxRadius
int minGrade)

The SettingsRequest class represent the settings of the request.

Parameters

countryCodeISO ALPHA-3 country code (optional).
languageISO 639-3 language code (optional).
resultsLimitThe result limit of the request (optional).
poiCategoriesThe requested poi categories (optional).
maxRadiusThe maximum radius (relevent for local search - optional).
minGradeThe minimum grade for the results (optional).

Properties

countryCode

string countryCode

ISO ALPHA-3 country code (optional). 

language

string language

ISO 639-3 language code (optional). 

resultsLimit

string resultsLimit

The result limit of the request (optional). 

poiCategories

string poiCategories

The requested poi categories (optional). 

maxRadius

string maxRadius

The maximum radius (relevent for local search - optional). 

minGrade

string minGrade

The minimum grade for the results (optional). 

SettingsRequest(string fullSettingsRequest)
The SettingsRequest constructor; Creates a new SettingsRequest instance by properties below.t value.
This is the base class of the provided coordinates classes.