android-maps-utils
android-maps-utils copied to clipboard
Maps SDK for Android Utility Library
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.11 to 1.13.13. Release notes Sourced from io.mockk:mockk's releases. 1.13.13 What's Changed Kotlin 2.0.0 by @SimonMarquis in mockk/mockk#1255 Don't unbox primitive value class returned by suspend function...
#### Summary Kml Style width for LineString is not rendered in pixels #### Expected behavior The KML style width in float needs to be converted to pixels while rendering map....
This PR adds support for parsing ground overlays with with bounds in LatLonQuad format. In case bounds are provided in both LatLonQuad and LatLonBox formats, pre-existing behavior (get bounds from...
Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 3.4.1 to 4.1.1. Release notes Sourced from cycjimmy/semantic-release-action's releases. v4.1.1 4.1.1 (2024-09-25) Bug Fixes default use semantic-release@24 (c22487b) v4.1.0 4.1.0 (2024-03-19) Bug Fixes fix syntax error for...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.4.0. Release notes Sourced from actions/setup-java's releases. v4.4.0 What's Changed Add-ons : Add support for Oracle GraalVM by @fniephaus in actions/setup-java#501 steps: - name: Checkout...
Bumps androidx.appcompat:appcompat from 1.7.0 to 1.7.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [madrapps/jacoco-report](https://github.com/madrapps/jacoco-report) from 1.7.1 to 1.7.2. Release notes Sourced from madrapps/jacoco-report's releases. v1.7.2 What's Changed Bump typescript from 5.5.4 to 5.6.2 by @dependabot in Madrapps/jacoco-report#134 Bump @types/jest from 29.5.12 to...
Bumps `kotlin` from 2.1.20 to 2.1.21. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.20 to 2.1.21 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.1.21 Changelog Backend. Native. Debug KT-75991 Xcode 16.3: Fix lldb stepping...
- Gradle wrapper to version 8.8. - Android Gradle Plugin to 8.5.0. - Kotlin to 1.9.23 (to align with AGP 8.5.0). - kotlinx-coroutines to 1.8.1. - Other libraries in gradle/libs.versions.toml...
To set a parameter like contentDescription on the Maps, this could be done via the marker `setTitle` function. On Android Maps Utils this can be set on a few places,...