isOpen

fun isOpen(date: Date): Boolean

Checks if the POI is open at the specified date and 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.