GooglePlaces Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSPeriod
@interface GMSPeriod : 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”.
Declaration
Objective-C
@property (nonatomic, strong, readonly) GMSEvent *_Nonnull openEvent;
-
The close event of this period. Can be nil if period is open 24hrs.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) GMSEvent *closeEvent;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],[],null,[]]