PlacesOptions.Builder
Public Constructor Summary
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Constructors
public PlacesOptions.Builder ()
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.
[null,null,["Last updated 2024-10-31 UTC."],[[["`PlacesOptions.Builder` is used to create `PlacesOptions` objects for configuring the Places SDK for Android."],["It provides a `build()` method to construct the `PlacesOptions` instance after any desired configurations have been set."],["This class inherits standard methods from `java.lang.Object` like `equals()`, `hashCode()`, and `toString()`."],["It offers a public constructor, `PlacesOptions.Builder()`, to initiate the builder instance."]]],["The `PlacesOptions.Builder` class is used to construct `PlacesOptions` objects. It has a public constructor `PlacesOptions.Builder()`. The primary action is to create a `PlacesOptions` instance via the public method `build()`. It inherits standard methods from `java.lang.Object`, including `clone`, `equals`, `hashCode`, `toString`, `notify`, `wait`, `finalize`, `getClass`.\n"]]