what3words / w3w-android-wrapper

MIT License
1 stars 2 forks source link

Refactor public API data classes to plain classes #96

Closed ghost closed 7 months ago

ghost commented 7 months ago

This PR updates all publicly defined data classes in the core library to plain classes for better control over binary backward compatibility. Additionally, it adds toString methods to all API error types to assist developers in debugging.