PlacesClientProxy

interface PlacesClientProxy

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun fetchPlace(placeId: String): Result<FetchPlaceResponse>
Link copied to clipboard
abstract suspend fun findAutocompletePredictions(    query: String?,     country: String,     limit: Int): Result<FindAutocompletePredictionsResponse>