breezy-weather/maps-utils
Julien Papasian 24ecafe734 Unit tests
2025-08-20 14:00:21 +02:00
..
src Unit tests 2025-08-20 14:00:21 +02:00
.gitignore Move Maps Utils to dedicated module 2024-03-01 18:14:28 +01:00
build.gradle.kts Unit tests 2025-08-20 14:00:21 +02:00
consumer-rules.pro Move Maps Utils to dedicated module 2024-03-01 18:14:28 +01:00
proguard-rules.pro Move Maps Utils to dedicated module 2024-03-01 18:14:28 +01:00
README.md Add a rudimentary way to add a location from coordinates shared from a maps app 2025-08-09 14:24:21 +02:00

Maps utils

Fork of Maps SDK for Android Utility Library. Includes code up to the 2025-08-06 commit.

Differences with original library:

  • Only supports a small subset of features we need for Breezy Weather
  • Add an utility to decode polylines (no longer used by Breezy Weather, but still there just in case)
  • No dependency on proprietary Google Play Services
  • Rewritten in Kotlin