diff --git a/index.html b/index.html index 647bdc8..2348ac4 100644 --- a/index.html +++ b/index.html @@ -124,7 +124,7 @@

Packages

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.model/address-component.html b/places-ktx/com.google.android.libraries.places.ktx.api.model/address-component.html index 666805a..5291510 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.model/address-component.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.model/address-component.html @@ -69,7 +69,7 @@

addressComponent
inline fun addressComponent(name: String, types: List<String>, noinline actions: AddressComponent.Builder.() -> Unit? = null): AddressComponent

Builds a new AddressComponent.

Return

the constructed AddressComponent

Parameters

name

the name of this address component

types

the types of this address component

actions

the actions to apply to the AddressComponent.Builder

See also

Throws

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.model/autocomplete-prediction.html b/places-ktx/com.google.android.libraries.places.ktx.api.model/autocomplete-prediction.html index 4f03932..efdf61f 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.model/autocomplete-prediction.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.model/autocomplete-prediction.html @@ -69,7 +69,7 @@

autocompletePrediction
inline fun autocompletePrediction(placeId: String, noinline actions: AutocompletePrediction.Builder.() -> Unit? = null): AutocompletePrediction

Builds a new AutocompletePrediction.

Return

the constructed AutocompletePrediction

Parameters

placeId

the place's ID

actions

the actions to apply to the AutocompletePrediction.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.model/index.html b/places-ktx/com.google.android.libraries.places.ktx.api.model/index.html index 12bebeb..173d5a4 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.model/index.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.model/index.html @@ -182,7 +182,7 @@

Functions

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.model/opening-hours.html b/places-ktx/com.google.android.libraries.places.ktx.api.model/opening-hours.html index f85eab3..3cf6db5 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.model/opening-hours.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.model/opening-hours.html @@ -69,7 +69,7 @@

openingHours
inline fun openingHours(actions: OpeningHours.Builder.() -> Unit): OpeningHours

Builds a new OpeningHours.

Return

the constructed OpeningHours

Parameters

actions

the actions to apply to the OpeningHours.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.model/period.html b/places-ktx/com.google.android.libraries.places.ktx.api.model/period.html index 733f496..f0881f6 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.model/period.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.model/period.html @@ -69,7 +69,7 @@

period

inline fun period(actions: Period.Builder.() -> Unit): Period

Builds a new Period.

Return

the constructed Period

Parameters

actions

the actions to apply to the Period.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.model/photo-metadata.html b/places-ktx/com.google.android.libraries.places.ktx.api.model/photo-metadata.html index 6b8b3da..109f2f4 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.model/photo-metadata.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.model/photo-metadata.html @@ -69,7 +69,7 @@

photoMetadata
inline fun photoMetadata(photoReference: String, noinline actions: PhotoMetadata.Builder.() -> Unit? = null): PhotoMetadata

Builds a new PhotoMetadata.

Return

the constructed PhotoMetadata

Parameters

photoReference

the reference identifying the underlying photo

actions

the actions to apply to the PhotoMetadata.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.model/place.html b/places-ktx/com.google.android.libraries.places.ktx.api.model/place.html index 4afb17c..b13dbad 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.model/place.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.model/place.html @@ -69,7 +69,7 @@

place

inline fun place(actions: Place.Builder.() -> Unit): Place

Builds a new Place.

Return

the constructed Place

Parameters

actions

the actions to apply to the Place.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.model/plus-code.html b/places-ktx/com.google.android.libraries.places.ktx.api.model/plus-code.html index 3fd72ff..e8a1f87 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.model/plus-code.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.model/plus-code.html @@ -69,7 +69,7 @@

plusCode

inline fun plusCode(actions: PlusCode.Builder.() -> Unit): PlusCode

Builds a new PlusCode.

Return

the constructed PlusCode

Parameters

actions

the actions to apply to the PlusCode.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/await-fetch-photo.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/await-fetch-photo.html index f41a993..daba946 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/await-fetch-photo.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/await-fetch-photo.html @@ -69,7 +69,7 @@

awaitFetch
suspend fun PlacesClient.awaitFetchPhoto(photoMetadata: PhotoMetadata, actions: FetchPhotoRequest.Builder.() -> Unit = {}): FetchPhotoResponse

Wraps PlacesClient.fetchPhoto in a suspending function.

Fetches a photo. If an error occurred, an ApiException will be thrown.

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/await-fetch-place.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/await-fetch-place.html index 4def6b1..d0beb79 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/await-fetch-place.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/await-fetch-place.html @@ -69,7 +69,7 @@

awaitFetch
suspend fun PlacesClient.awaitFetchPlace(placeId: String, placeFields: List<Place.Field>): FetchPlaceResponse

Wraps PlacesClient.fetchPlace in a suspending function.

Fetches the details of a place. If an error occurred, an ApiException will be thrown.

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/await-find-autocomplete-predictions.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/await-find-autocomplete-predictions.html index 215ccec..1e393f4 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/await-find-autocomplete-predictions.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/await-find-autocomplete-predictions.html @@ -69,7 +69,7 @@

awaitFind
suspend fun PlacesClient.awaitFindAutocompletePredictions(actions: FindAutocompletePredictionsRequest.Builder.() -> Unit): FindAutocompletePredictionsResponse

Wraps PlacesClient.findAutocompletePredictions in a suspending function.

Fetches autocomplete predictions. If an error occurred, an ApiException will be thrown.

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/await-find-current-place.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/await-find-current-place.html index 4aa414e..b911f85 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/await-find-current-place.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/await-find-current-place.html @@ -69,7 +69,7 @@

awaitFind
@RequiresPermission(allOf = ["android.permission.ACCESS_FINE_LOCATION", "android.permission.ACCESS_WIFI_STATE"])
suspend fun PlacesClient.awaitFindCurrentPlace(placeFields: List<Place.Field>): FindCurrentPlaceResponse

Wraps PlacesClient.findCurrentPlace in a suspending function.

Fetches the approximate current place of the user's device. Calling this method without granting the appropriate permissions will result in a SecurityException being thrown. In addition, if an error occurred while fetching the current place, an ApiException will be thrown.

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/fetch-photo-request.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/fetch-photo-request.html index d3a55f2..cbf4be1 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/fetch-photo-request.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/fetch-photo-request.html @@ -69,7 +69,7 @@

fetchPhoto
inline fun fetchPhotoRequest(photoMetadata: PhotoMetadata, noinline actions: FetchPhotoRequest.Builder.() -> Unit? = null): FetchPhotoRequest

Builds a new FetchPhotoRequest.

Return

the constructed FetchPhotoRequest

Parameters

photoMetadata

the metadata for the requested photo

actions

the actions to apply to the FetchPhotoRequest.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/fetch-place-request.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/fetch-place-request.html index 01c5e18..bdd8351 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/fetch-place-request.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/fetch-place-request.html @@ -69,7 +69,7 @@

fetchPlace
inline fun fetchPlaceRequest(placeId: String, placeFields: List<Place.Field>, noinline actions: FetchPlaceRequest.Builder.() -> Unit? = null): FetchPlaceRequest

Builds a new FetchPlaceRequest.

Return

the constructed FetchPlaceRequest

Parameters

placeId

the ID of the place to fetch

placeFields

the fields of the place to be requested

actions

the actions to apply to the FetchPlaceRequest.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/find-autocomplete-predictions-request.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/find-autocomplete-predictions-request.html index 0caef59..1aea122 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/find-autocomplete-predictions-request.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/find-autocomplete-predictions-request.html @@ -69,7 +69,7 @@

findAutocomplete
inline fun findAutocompletePredictionsRequest(actions: FindAutocompletePredictionsRequest.Builder.() -> Unit): FindAutocompletePredictionsRequest

Builds a new FindAutocompletePredictionsRequest.

Return

the constructed FindAutocompletePredictionsRequest

Parameters

actions

the actions to apply to the FindAutocompletePredictionsRequest.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/find-current-place-request.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/find-current-place-request.html index 8fc0562..0e2514e 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/find-current-place-request.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/find-current-place-request.html @@ -69,7 +69,7 @@

findCurrent
inline fun findCurrentPlaceRequest(placeFields: List<Place.Field>, noinline actions: FindCurrentPlaceRequest.Builder.() -> Unit? = null): FindCurrentPlaceRequest

Builds a new FindCurrentPlaceRequest.

Return

the constructed FindCurrentPlaceRequest

Parameters

placeFields

the fields of the places to be returned

actions

the actions to apply to the FindCurrentPlaceRequest.Builder

diff --git a/places-ktx/com.google.android.libraries.places.ktx.api.net/index.html b/places-ktx/com.google.android.libraries.places.ktx.api.net/index.html index 8427a97..0586e5a 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.api.net/index.html +++ b/places-ktx/com.google.android.libraries.places.ktx.api.net/index.html @@ -197,7 +197,7 @@

Functions

diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/-place-selection-error.html b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/-place-selection-error.html index 1ebe758..399a0b4 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/-place-selection-error.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/-place-selection-error.html @@ -69,7 +69,7 @@

PlaceSelection
constructor(status: Status)
diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/index.html b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/index.html index f2c3794..c87881e 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/index.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/index.html @@ -112,7 +112,7 @@

Properties

diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/status.html b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/status.html index f889a32..e154ccc 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/status.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-error/status.html @@ -69,7 +69,7 @@

status

val status: Status
diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-result/index.html b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-result/index.html index 2f25905..f2d59a9 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-result/index.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-result/index.html @@ -73,7 +73,7 @@

PlaceSelection diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/-place-selection-success.html b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/-place-selection-success.html index 7fdfda8..815e67e 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/-place-selection-success.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/-place-selection-success.html @@ -69,7 +69,7 @@

PlaceSelection
constructor(place: Place)
diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/index.html b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/index.html index a43a892..13c691e 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/index.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/index.html @@ -112,7 +112,7 @@

Properties

diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/place.html b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/place.html index d4ac67e..c06066f 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/place.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/-place-selection-success/place.html @@ -69,7 +69,7 @@

place

val place: Place
diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/index.html b/places-ktx/com.google.android.libraries.places.ktx.widget/index.html index a7fc2ef..374e0c1 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/index.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/index.html @@ -141,7 +141,7 @@

Functions

diff --git a/places-ktx/com.google.android.libraries.places.ktx.widget/place-selection-events.html b/places-ktx/com.google.android.libraries.places.ktx.widget/place-selection-events.html index e0112d3..9c0ca65 100644 --- a/places-ktx/com.google.android.libraries.places.ktx.widget/place-selection-events.html +++ b/places-ktx/com.google.android.libraries.places.ktx.widget/place-selection-events.html @@ -69,7 +69,7 @@

placeSelection
fun AutocompleteSupportFragment.placeSelectionEvents(): Flow<PlaceSelectionResult>