Dale Hawkins
Dale Hawkins
This commit updates the Places SDK for Android to version 4.1.0 and updates the project to use the latest Android Gradle Plugin and Kotlin version. - Updated Places SDK for...
Adds functionality to search for places along the navigation route. - Introduces `placesAlongRoute` and `routeReady` StateFlows in `MainActivity` and `NavigationViewModel` to manage search results and route status. - Passes these...
This PR automatically initializes the library's at application startup using the library. This helps in tracking library usage for analytics without requiring any manual setup from the app developer.
Refactor the createInfoWindow method in Renderer.java. A minor improvement, focusing on null safety, clearer parameter naming, and a more robust way to build the info window text.
This pull request refactors several core data classes from Java to Kotlin. This modernization improves code readability, safety, and conciseness by leveraging Kotlin features like properties, val, and non-nullable types....
* Bumps various dependencies to their latest versions.
Updated several dependencies to their latest versions and made improvements to the build process and codebase. (Note: using feat to force the release with the new maps-ktx version) Key changes:...
## Description This PR migrates the entire build system from Groovy (`build.gradle`) to Kotlin DSL (`build.gradle.kts`) and addresses all identified lint issues to improve code quality and maintainability. ## Changes...