GMSPlacePhotoMetadata The maximum desired size in pixels
of the image returned by the Place Photos service.
maxSize
CGSize The photo metadata to request.
If the image is smaller than the values specified, the original image will be returned. If the
image is larger in either dimension, it will be scaled to match the smaller of the two
dimensions, restricted to its original aspect ratio. CGSize height and width should be set to an
integer between 1 and 4800. If not, the GMSPlacesClient request callback will return an error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-08 UTC."],[[["`GMSFetchPhotoRequest` objects are used with `GMSPlacesClient` to retrieve photos for places."],["The designated initializer, `initWithPhotoMetadata:maxSize:`, allows specifying the photo metadata and the desired maximum size for the image."],["The `photoMetadata` parameter provides details about the photo being requested."],["The `maxSize` parameter determines the maximum dimensions of the returned image, ensuring it's scaled appropriately while preserving its aspect ratio."],["The default initializer, `init`, is unavailable; use the designated initializer instead."]]],[]]