GMSOpeningHours Class Reference
Stay organized with collections
Save and categorize content based on your preferences.
Overview
A class to handle storing and accessing opening hours information for GMSPlace
.
Properties |
NSArray< GMSPeriod * > * | periods |
| Contains all GMSPeriod s of open and close events for the week.
|
NSArray< NSString * > * | weekdayText |
| Contains localized strings of the daily opening hours for the week.
|
Property Documentation
Contains all GMSPeriod
s of open and close events for the week.
- Note:
- Multiple periods can be associated with a day (eg. Monday 7am - Monday 2pm, Monday 5pm - Monday 10pm).
Periods may also span multiple days (eg Friday 7pm - Saturday 2am).
Contains localized strings of the daily opening hours for the week.
- Note:
- The order of the text depends on the language and may begin on Monday or Sunday. Do not use the GMSDayOfWeek enum to index into the array.
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 2022-08-29 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]