PlaceSelectionListener
Stay organized with collections
Save and categorize content based on your preferences.
This interface is deprecated.
The Google Play Services Places SDK is deprecated. A new SDK is available.
See the client
migration guide for more information.
A listener for place selection events.
Public Method Summary
abstract void |
onError( Status
status)
Called when an error occurs while selecting a place.
|
abstract void |
|
Public Methods
public abstract void onError (Status
status)
Called when an error occurs while selecting a place.
The list of possible status codes is available at PlacesStatusCodes
.
You should pay specific attention to the value of status
, as it can
indicate a configuration error (for example, an invalid API key in your Android
manifest) or a quota error (see Usage Limits).
public abstract void onPlaceSelected (Place
place)
Called when a place is selected by the user.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`PlaceSelectionListener` is deprecated, along with the Google Play Services Places SDK, with a new SDK available and a migration guide provided."],["This interface listens for place selection events, providing methods to handle successful selections (`onPlaceSelected`) and errors (`onError`)."],["The `onError` method provides a status code to indicate the cause, such as configuration or quota issues."],["The `onPlaceSelected` method is called when the user successfully selects a place."]]],[]]