Hi @JustinCanton ,
Would you consider adding a TomTom geocoding wrapper to Geo.NET?
You already support several providers, and TomTom seems like a useful addition because it offers dedicated forward and reverse geocoding APIs with broad international coverage.
The relevant endpoints are:
- Forward geocoding:
/search/2/geocode/{query}.json
- Reverse geocoding:
/search/2/reverseGeocode/{position}.json
I am currently trying TomTom for address geocoding in Argentina and Uruguay and would be available to test the wrapper with real-world data.
You listened to my previous suggestion, which I really appreciated, so I wanted to check whether TomTom support could also fit the project.
Thanks!
Hi @JustinCanton ,
Would you consider adding a TomTom geocoding wrapper to Geo.NET?
You already support several providers, and TomTom seems like a useful addition because it offers dedicated forward and reverse geocoding APIs with broad international coverage.
The relevant endpoints are:
/search/2/geocode/{query}.json/search/2/reverseGeocode/{position}.jsonI am currently trying TomTom for address geocoding in Argentina and Uruguay and would be available to test the wrapper with real-world data.
You listened to my previous suggestion, which I really appreciated, so I wanted to check whether TomTom support could also fit the project.
Thanks!