mirror of
https://github.com/breezy-weather/breezy-weather.git
synced 2025-10-18 23:43:40 +00:00
.. | ||
src | ||
.gitignore | ||
build.gradle.kts | ||
consumer-rules.pro | ||
proguard-rules.pro | ||
README.md |
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