Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 959 Bytes

File metadata and controls

24 lines (15 loc) · 959 Bytes

Stadia Maps Autocomplete Search for Jetpack Compose

Maven Central Version

This package helps you easily add geographic autocomplete search to your Android apps.

  • Displays a search box and list which you can embed in other views
  • Provides a callback handler with the result details when users tap a result
  • Can bias search results to be nearby a specific location
  • Automatically localizes place names based on the user's device settings (where available)

Screenshot of the search interface

Quickstart guide

Check out our quickstart guide on docs.stadiamaps.com.

Demo App

Set an API key in local.properties to run the demo app:

stadiaApiKey=YOUR-API-KEY