isOpen

fun isOpen(date: Date): Boolean

Checks if the POI is open at the specified date and time.

Important: This is a Public Preview API. It may be changed or removed at any time.

Return

true if the POI is open.

Parameters

date

The Date to be checked. It must be within seven days, starting from the day of the request.

Throws

if the date is not within the next seven days of the request.