I'm working with the Google Places API for Android and I want to have access to the opening hours information. I have searched and in the Google Places API Web Service the atribute opening_hours
is abailable, but in the documentation you can read:
The Google Places API Web Service should be used in server applications. If you're building a client-side app, check out the Google Places API for Android and Site Library in Google Maps JavaScript API.
Here is object Place - from Google Apis for Android. And here the result of the details of one place - from Places Api W.S.
How can I get the opening hours of one place using the api for Android? Is that possible? May I use the api for W.S even what google says?
Thanks