Companion

object Companion

Functions

Link copied to clipboard
fun create(    context: Context,     googlePlacesApiKey: String,     isPlacesAvailable: IsPlacesAvailable = DefaultIsPlacesAvailable(),     clientFactory: (Context) -> PlacesClient = { Places.createClient(context) },     initializer: () -> Unit = { Places.initialize(context, googlePlacesApiKey) }): PlacesClientProxy
Link copied to clipboard
fun getPlacesPoweredByGoogleDrawable(isSystemDarkTheme: Boolean, isPlacesAvailable: IsPlacesAvailable = DefaultIsPlacesAvailable()): Int?