aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/geocoder
AgeCommit message (Collapse)Author
2019-03-31Convert project to gradleAnton Tananaev
2018-12-18geocoder: Implement MapmyIndia Reverse geocoderSyed Mujeer Hashmi
MapmyIndia reverse geocoding is very helpful for the Indian subcontinent, It's "distance from nearest POI" detail embedded in the formatted_address field of the response is quite impressive for the reports. The Confirgurations required to be added in the config file "traccar.xml" are <entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>mapmyindia</entry> <entry key="geocoder.url">https://apis.mapmyindia.com/advancedmaps/v1</entry> <entry key="geocoder.key">YOUR_KeY</entry> <entry key="geocoder.format">%f</entry> Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com>
2018-12-15Implement HERE reverse geocoder (fix #4142)Anton Tananaev
2018-10-03Fix geocoder issue (#4073)Anton Tananaev
2018-09-24Add Base Adresse Nationale reverse geocoder (fix #3769)Olivier Girondel
2018-05-01Support geocode xyz reverse geocoderAnton Tananaev
2018-03-16Update Gisgraphy test caseAnton Tananaev
2018-01-26Clean up unused importsAnton Tananaev
2018-01-26Static imports for junitAnton Tananaev
2017-11-10- Combine "getAddress" functionsAbyss777
- Change switches logic
2017-11-08- Implement synchronous geocodingAbyss777
- Implement retry geocoding for trips/stops reports - Implement API for revers geocoding
2017-04-21Add language support for Nominatim (fix #3098)Anton Tananaev
2017-02-21Fix geocoder unit testsAnton Tananaev
2017-02-15Ignore geocoder unit testAnton Tananaev
2017-02-15Support language for Google geocoderAnton Tananaev
2016-12-31Add exception classes and more renamesAnton Tananaev
2016-12-31Rename geocode package to geocoderAnton Tananaev