isOpenRequest

fun isOpenRequest(place: Place, utcTimeMillis: Long? = null, actions: IsOpenRequest.Builder.() -> Unit? = null): IsOpenRequest

Deprecated

Use the version in the Places SDK instead.

Replace with

import com.google.android.libraries.places.api.net.kotlin.isOpenRequest
isOpenRequest(place, actions)

Builds a new IsOpenRequest.

Return

the constructed IsOpenRequest

Parameters

place

the place to check

actions

the actions to apply to the IsOpenRequest.Builder


fun isOpenRequest(placeId: String, utcTimeMillis: Long? = null, actions: IsOpenRequest.Builder.() -> Unit? = null): IsOpenRequest

Deprecated

Use the version in the Places SDK instead.

Replace with

import com.google.android.libraries.places.api.net.kotlin.isOpenRequest
isOpenRequest(placeId, actions)

Builds a new IsOpenRequest.

Return

the constructed IsOpenRequest

Parameters

placeId

the ID of the place to check

actions

the actions to apply to the IsOpenRequest.Builder