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.
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 thesetData
andgetData
methods, this feature can easily supported by just adding three lines of code to theTomTom
provider class.