Package com.google.maps.android.rx.places

Functions

fetchPhoto
Link copied to clipboard
fun PlacesClient.fetchPhoto(photoMetadata: PhotoMetadata, actions: FetchPhotoRequest.Builder.() -> Unit = {}): Single<FetchPhotoResponse>
Fetches a photo and emits the result in a Single.
fetchPlace
Link copied to clipboard
fun PlacesClient.fetchPlace(placeId: String, placeFields: List<Place.Field>, actions: FetchPlaceRequest.Builder.() -> Unit = {}): Single<FetchPlaceResponse>
Fetches a Place and emits the result in a Single.
findAutocompletePrediction
Link copied to clipboard
fun PlacesClient.findAutocompletePrediction(actions: FindAutocompletePredictionsRequest.Builder.() -> Unit): Single<FindAutocompletePredictionsResponse>
Finds autocomplete predictions and emits the results in a Single.
findCurrentPlace
Link copied to clipboard
fun PlacesClient.findCurrentPlace(placeFields: List<Place.Field>): Single<FindCurrentPlaceResponse>
Finds the current place and emits it in a Single.