Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-21 15:11:39 +01:00
parent d6b5d53060
commit d90a1dc8df
2145 changed files with 210227 additions and 2 deletions

10
maps-utils/README.md Normal file
View file

@ -0,0 +1,10 @@
# Maps utils
Fork of [Maps SDK for Android Utility Library](https://github.com/googlemaps/android-maps-utils).
Includes code up to the [2025-08-06 commit](https://github.com/googlemaps/android-maps-utils/commit/014c64e7d06c98864092b58f701b20e301ef8d30).
Differences with original library:
- Only supports a small subset of features we need for Breezy Weather
- Add an utility to decode [polylines](https://developers.google.com/maps/documentation/utilities/polylinealgorithm?hl=en) (no longer used by Breezy Weather, but still there just in case)
- No dependency on proprietary Google Play Services
- Rewritten in Kotlin