GooglePlaces Framework Reference

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

    Swift

      var 
     openEvent 
     : 
      GMSEvent 
     
     { 
     get 
     } 
     
    

    Objective-C

      @property 
     ( 
     nonatomic 
     , 
     strong 
     , 
     readonly 
     ) 
      GMSEvent 
     
     * 
     _Nonnull 
     openEvent 
     ; 
     
    
  • The close event of this period. Can be nil if period is open 24hrs.

    Declaration

    Swift

      var 
     closeEvent 
     : 
      GMSEvent 
     
     ? 
     { 
     get 
     } 
     
    

    Objective-C

      @property 
     ( 
     nonatomic 
     , 
     strong 
     , 
     readonly 
     , 
     nullable 
     ) 
      GMSEvent 
     
     * 
     closeEvent 
     ; 
     
    
Create a Mobile Website
View Site in Mobile | Classic
Share by: