[[["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 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSPinImage\u003c/code\u003e provides custom pin images for advanced markers in Google Maps.\u003c/p\u003e\n"],["\u003cp\u003eIt is initialized using \u003ccode\u003epinImageWithOptions:\u003c/code\u003e with a \u003ccode\u003eGMSPinImageOptions\u003c/code\u003e object for customization.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the resulting image as a standalone \u003ccode\u003eUIImage\u003c/code\u003e or as an icon for an advanced marker.\u003c/p\u003e\n"]]],[],null,["# GoogleNavigation Framework Reference\n\nGMSPinImage\n===========\n\n @interface GMSPinImage : UIImage\n\nProvides a custom pin image for an advanced marker.\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)GMSPinImage(im)init)\n\n `\n ` \n Unavailable \n\n #### Declaration\n\n Objective-C \n\n - (instancetype)init NS_UNAVAILABLE;\n\n- `\n ``\n ``\n `\n\n ### [+pinImageWithOptions:](#/c:objc(cs)GMSPinImage(cm)pinImageWithOptions:)\n\n `\n ` \n Returns an image style with the given pin image options that can be used as a standalone\n `UIImage`, or as the icon of an Advanced Marker only. \n\n #### Declaration\n\n Swift \n\n /*not inherited*/ init(options: ../Classes/GMSPinImageOptions.html)\n\n Objective-C \n\n + (nonnull GMSPinImage *)pinImageWithOptions:\n (nonnull ../Classes/GMSPinImageOptions.html *)options;\n\n #### Parameters\n\n |-----------------|---------------------------------------------------------------------------------------------------------|\n | ` `*options*` ` | A [GMSPinImageOptions](../Classes/GMSPinImageOptions.html) object to use to customize the marker image. |\n\n #### Return Value\n\n An image configured with the provided options."]]