Is there a way to get opening hours for a GMPlace in iOS SDK?
I could only find - (GMSPlacesOpenNowStatus) openNowStatus [read, assign]
which doesn't contain opening hours, and anyhow appears to be buggy and always return "unknown" (reference: https://code.google.com/p/gmaps-api-issues/issues/detail?id=8160).
Looking for an iOS was to find opening hours, rather than making a GET
request from iOS to the web API with the retrieved placeID
.