Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GMSPeriod represents the operational hours of a place, defined by an opening and closing time.
It includes an openEvent, which is mandatory and indicates the start time of the operational period.
A closeEvent is optional and specifies the closing time; if absent, it implies 24-hour operation indicated by "0000" in openEvent's time.
GMSPeriod
@interfaceGMSPeriod:NSObject
A class representing a period of time where the place is operating for a GMSPlace.
It contains an open GMSEvent and an optional close GMSEvent. The close event will be nil
if the period is open 24hrs.
The open event of this period.
Each GMSPeriod is guaranteed to have an open event.
If the period is representing open 24hrs, it will only have the openEvent with time as “0000”.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],[]]