java.lang.Object | |
↳ | com.google.android.gms.location.places.ui.PlacePicker.IntentBuilder |
Builder for a Place Picker launch intent.
After setting the optional parameters, call build(Context)
and pass the intent to
startActivityForResult(android.content.Intent, int)
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new builder for launching the Place Picker UI.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the Intent as configured so far by the Builder.
| |||||||||||
Sets a starting
LatLngBounds for the map.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create a new builder for launching the Place Picker UI.
Retrieve the Intent as configured so far by the Builder.
GooglePlayServicesNotAvailableException | |
GooglePlayServicesRepairableException | |
GooglePlayServicesNotAvailableException |
Sets a starting LatLngBounds
for the map.
This will be used in the initial query.
If unspecified, starts at the device's current location.