maplibre / maplibre-navigation-android

Maplibre Navigation SDK for Android
MIT License
98 stars 51 forks source link

Convert UI module to Kotlin #128

Open Fabi755 opened 5 days ago

Fabi755 commented 5 days ago

Convert UI module libandroid-navigation-ui to Kotlin. But at minimum the classes that are interacting with the core module models, that always have a Builder. The builder pattern are only added to keep simple access to the Java code, and is only a temporary solution.

boldtrn commented 20 hours ago

Yes I agree, a bit of cleaning up of the UI module wouldn't hurt either 👍