a partner asked me for some successors of xLocate1 Search Options, especially RESULT_LANGUAGE (triggers to return a hit translated into a specific language, e.g. MUNICH instead of MÜNCHEN) and COUNTRY_CODETYPE (triggers to analyse and return the country code in a specific style, e.g. ISO_2="DE" instead of CODEPLATE="D").
We already identified the proper xLocate2 approach for RESULT_LANGUAGE:
we have to use a request profile and its mapLanguage parameter. Fine.
Code: Select all
{
"$type": "SearchByTextRequest",
"text": "Springfield",
"requestProfile": {
"mapLanguage": "it"
}
}
We also would like to see:
- STREET_HNRPOSITION
- MAX_RESULT
- SCORE_TOTALSCORE
If not: Will we provide it in a later version?
Best regards,
Bernd