In the new version of the PTV Developer Geocoding & Places API V1.15.0 we improved the Suggestion by text endpoint.
With this feature, you can now specify the language for the results from the Suggestions by text endpoint, providing more flexibility and accuracy for your geocoding needs.
Previously, geocoding results were returned in a the language of the input, but now you can tailor them to your specific requirements. By adding a simple language
parameter, you can specify the desired language for the results, whether you’re targeting a global audience or focusing on a particular region. This ensures that your users receive suggestions in the most relevant language, improving their overall experience.
The new language
parameter can be added to your request to specify the language of the suggestions. For example:
In this case, the response will be in English. This feature gives you the control to customize the language of the results, whether you’re working in English, German, French, or any of the supported languages.
You can try this feature by using our code sample on our documentation site.