is Open Request
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
Content copied to clipboard
isOpenRequest(place, actions)Content copied to clipboard
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
Content copied to clipboard
isOpenRequest(placeId, actions)Content copied to clipboard
Builds a new IsOpenRequest.
Return
the constructed IsOpenRequest
Parameters
place Id
the ID of the place to check
actions
the actions to apply to the IsOpenRequest.Builder