Package com.google.maps.android.rx.places
Functions
fetchPhoto
Link copied to clipboard
fun PlacesClient.fetchPhoto(photoMetadata: PhotoMetadata, actions: FetchPhotoRequest.Builder.() -> Unit = {}): Single<FetchPhotoResponse>
Content copied to clipboard
fetchPlace
Link copied to clipboard
fun PlacesClient.fetchPlace(placeId: String, placeFields: List<Place.Field>, actions: FetchPlaceRequest.Builder.() -> Unit = {}): Single<FetchPlaceResponse>
Content copied to clipboard
findAutocompletePrediction
Link copied to clipboard
fun PlacesClient.findAutocompletePrediction(actions: FindAutocompletePredictionsRequest.Builder.() -> Unit): Single<FindAutocompletePredictionsResponse>
Content copied to clipboard
findCurrentPlace
Link copied to clipboard
fun PlacesClient.findCurrentPlace(placeFields: List<Place.Field>): Single<FindCurrentPlaceResponse>
Content copied to clipboard