findCurrentPlace

fun PlacesClient.findCurrentPlace(placeFields: List<Place.Field>): Single<FindCurrentPlaceResponse>

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