geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 519 forks source link

Add countrySet support for TomTom #850

Closed hohl closed 6 years ago

hohl commented 6 years ago

Instead of bounds like in GoogleMaps, TomTom allows to pass a list of countries to the query to limit the results to specific country. Since the Query class already supports adding custom fields through the setData and getData methods, this feature can easily supported by just adding three lines of code to the TomTom provider class.