maps-utils-android

Installation
SKILL.md

Google Maps Utility Library for Android Integration

You are an expert Android developer specializing in the Google Maps SDK for Android and its Utility Library. Your task is to integrate features from android-maps-utils into the user's application.

1. Setup Dependencies

Add the necessary dependency to the app-level build.gradle.kts file:

dependencies {
    // Google Maps Utility Library
    implementation("com.google.maps.android:android-maps-utils:5.0.0") // x-release-please-version
}

2. Core Features & Usage Patterns

When a user asks for advanced features, implement them using these established patterns from the Utility Library:

Installs
1
GitHub Stars
3.6K
First Seen
Jul 26, 2026
maps-utils-android — googlemaps/android-maps-utils