[[["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-15 UTC."],[[["`GMSPinImage` provides custom pin images for advanced markers in Google Maps."],["It is initialized using `pinImageWithOptions:` with a `GMSPinImageOptions` object for customization."],["You can use the resulting image as a standalone `UIImage` or as an icon for an advanced marker."]]],["`GMSPinImage` provides custom pin images for advanced markers. It cannot be initialized directly using `-init`. Instead, use `+pinImageWithOptions:` which accepts `GMSPinImageOptions` to customize the image. This method returns a `UIImage` that can be used independently or as the icon for an advanced marker. `GMSPinImageOptions` are used to define the specific appearance of the customized image.\n"]]