PlacesOptions

  • The PlacesOptions class, used for configuring the Places API, is deprecated.

  • Developers should migrate to the new Places SDK, and a migration guide is available.

  • A PlacesOptions.Builder class is used to create instances of PlacesOptions.

  • This class provides basic methods like equals and hashCode for object comparison.

public final class PlacesOptions extends Object
implements Api.ApiOptions.Optional

This class is deprecated.
The Google Play Services Places SDK is deprecated. A new SDK is available. See the client migration guide for more information.

API configuration parameters for Places API.

Nested Class Summary

class PlacesOptions.Builder Builder used to create PlacesOptions

Public Method Summary

boolean
equals(Object object)
int

Inherited Method Summary

Public Methods

public boolean equals (Object object)

public int hashCode ()