GooglePlaces Framework Reference

  • GMSPlacePhotoMetadata stores information about a single photo associated with a Google Maps Place, including attribution, author details, and maximum available size.

  • It's crucial to display the attributions to the user if the photo is used, complying with the Places SDK Terms of Service.

  • authorAttributions provide details about the photo's author and should also be shown when displaying the image.

  • The maxSize property indicates the largest dimensions at which the photo can be retrieved.

GMSPlacePhotoMetadata

Deprecated

This class is deprecated, please use the Place Details component (https://developers.google.com/maps/documentation/places/ios-sdk/place-details-ui-kit) instead.


@interface GMSPlacePhotoMetadata : NSObject

The metadata corresponding to a single photo associated with a place.