New
3.0.0
What's Changed
- Update documation for Locator.current by @jordond in https://github.com/jordond/compass/pull/311
- Made location return mslAltitude and ellipsoidalAltitude by @michalgwo in https://github.com/jordond/compass/pull/264
BREAKING CHANGES
Due to #264 :
There is a discrepancy between the altitude returned on Android and iOS. Android returns the altitude above the WGS84 reference ellipsoid (docs), but iOS returns the altitude above mean sea level
Location.altitudeno longer exists, instead there is:Location.mslAltitudeLocation.ellipsoidalAltitude
Altitude.metersis now nullable
Dependencies
- Update Gradle to v9.2.1 by @renovate[bot] in https://github.com/jordond/compass/pull/288
- Update compose.multiplatform to v1.9.3 - autoclosed by @renovate[bot] in https://github.com/jordond/compass/pull/287
- Update Kotlin to v2.3.0 by @renovate[bot] in https://github.com/jordond/compass/pull/306
- Update agp to v8.13.2 by @renovate[bot] in https://github.com/jordond/compass/pull/304
- Update ktor monorepo to v3.3.3 by @renovate[bot] in https://github.com/jordond/compass/pull/300
Full Changelog: https://github.com/jordond/compass/compare/2.4.1...3.0.0