Status Update
Comments
ca...@google.com <ca...@google.com> #2
i am using these dependencies for the map
// Maps SDK for Android KTX Library implementation 'com.google.maps.android:maps-ktx:3.0.0'
// Maps SDK for Android Utility Library KTX Library
implementation 'com.google.maps.android:maps-utils-ktx:3.0.0'
implementation 'com.google.android.gms:play-services-base:18.5.0' implementation 'com.google.android.gms:play-services-basement:18.5.0' implementation 'com.google.android.gms:play-services-maps:19.0.0'
and also getting some map sdk error as well dab File created: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_1 dab Couldn't create marker: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_2 dab Marker deleted: _google_maps_sdk_crash_count_1
sa...@gmail.com <sa...@gmail.com> #3
Thank you for posting.
We are currently looking into this and will get back to you as soon as we have an update.
Description
When you look up a place on Google Maps, its photos are segmented by categories: "vibe"/"menu"/"inside"/"seafood"/"Food & drink", and so on.
A category can be super useful in understanding the nature of a photo. Currently, the photo object insuide a place details API call is quite basic. It tells you nothing about the photo. Adding "category" as another attribute of a photo object could dramatically help with that. It's a high benefit no cost situation -- since this data is already segmented & constantly accessed by Google anyway. No biggie.
Would love to know if this could be done. Thanks!