android-maps-utils icon indicating copy to clipboard operation
android-maps-utils copied to clipboard

Maps SDK for Android Utility Library

Results 155 android-maps-utils issues
Sort by recently updated
recently updated
newest added

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...

dependencies
java

#### 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....

type: bug
triage me

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...

dependencies
github_actions

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...

dependencies
github_actions

Bumps androidx.appcompat:appcompat from 1.7.0 to 1.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.7.0&new-version=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...

dependencies
java

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...

dependencies
github_actions

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...

dependencies
java

- 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,...

type: feature request
triage me