await Is Open
@ExperimentalCoroutinesApi
Deprecated
Use the version in the Places SDK instead.
Replace with
this.awaitIsOpen(place, utcTimeMillis)Content copied to clipboard
Wraps PlacesClient.isOpen in a suspending function with the given Place object.
Returns whether a place is open. If an error occurred, an ApiException will be thrown.
@ExperimentalCoroutinesApi
Deprecated
Use the version in the Places SDK instead.
Replace with
this.awaitIsOpen(placeId, utcTimeMillis)Content copied to clipboard
Wraps PlacesClient.isOpen in a suspending function with the given placeId.
Returns whether a place is open. If an error occurred, an ApiException will be thrown.