AI-generated Key Takeaways
- 
          This page provides links to the main entry points for the current version of the Places SDK for Android, categorized by Java and Kotlin. 
- 
          For Java developers, the links guide you to packages containing core functionalities, models, networking, widgets, listeners, and widget models. 
- 
          Kotlin developers can access entry points for models, networking, and widgets specifically designed for Kotlin usage. 
- 
          Utilizing the Kotlin APIs necessitates enabling Kotlin support within your Android application. 
Follow these links to the main entry points for the current version of the Places SDK for Android:
Java
- com.google.android.libraries.places.api
- com.google.android.libraries.places.api.model
- com.google.android.libraries.places.api.net
- com.google.android.libraries.places.widget
- com.google.android.libraries.places.widget.listener
- com.google.android.libraries.places.widget.model
Kotlin
- com.google.android.libraries.places.api.model.kotlin
- com.google.android.libraries.places.api.net.kotlin
- com.google.android.libraries.places.widget.kotlin