aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/geocoder/OpenCageGeocoder.java
AgeCommit message (Collapse)Author
2018-10-01Use the optional no_annotations=1 parameter in the call to the OpenCage API.Ed Freyfogle
This makes the response slightly faster by not requesting information traccar never uses. See: https://opencagedata.com/api#bestpractices https://opencagedata.com/api#forward-opt
2018-02-26To use formatted address directly instead of creating address.Anshul Jain
2017-11-08- Implement synchronous geocodingAbyss777
- Implement retry geocoding for trips/stops reports - Implement API for revers geocoding
2016-12-31Add exception classes and more renamesAnton Tananaev