findCurrentPlace
fun PlacesClient.findCurrentPlace(placeFields: List<Place.Field>): Single<FindCurrentPlaceResponse>
Content copied to clipboard
Finds the current place and emits it in a Single.
Return
the Single emitting the current place
Parameters
placeFields
the fields to return for the retrieved Place