9012: Error while parsing 'fields' parameter: Unsupported field name 'opening_hours'.
TommyLemon opened this issue · 3 comments
TommyLemon commented
In the screen named "Current Place", if "OPENING HOURS" were chosen in the place fields, the api will throw such an exception:
com.google.android.gms.common.api.ApiException: 9012: Error while parsing 'fields' parameter: Unsupported field name 'opening_hours'.
amuramoto commented
Opening hours is not supported for current place requests. Documented here:
https://developers.google.com/places/android-sdk/current-place#get-current
wangela commented
Will fix the demo to remove this deprecated field from the default call to findCurrentPlace.