[[["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."],[[["\u003cp\u003e\u003ccode\u003eGMSTextureStyle\u003c/code\u003e is a polyline style that applies a repeating image pattern along a path defined by \u003ccode\u003eGMSStyleSpan\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to create a texture style using a \u003ccode\u003eUIImage\u003c/code\u003e object as the repeating pattern.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003etextureStyleWithImage:\u003c/code\u003e and \u003ccode\u003einitWithImage:\u003c/code\u003e methods initialize a texture stamp style with the given image.\u003c/p\u003e\n"]]],[],null,["GMSTextureStyle \n\n @interface GMSTextureStyle : ../Classes/GMSStampStyle.html\n\nA polyline style that draws a repeating image over a [GMSStyleSpan](../Classes/GMSStyleSpan.html).\n- `\n ``\n ``\n `\n\n [+textureStyleWithImage:](#/c:objc(cs)GMSTextureStyle(cm)textureStyleWithImage:)`\n ` \n Returns a texture stamp style with the given image. \n\n Declaration \n Objective-C \n\n + (nonnull instancetype)textureStyleWithImage:(nonnull UIImage *)image;\n\n Parameters\n\n |---------------|-----------------------------------------------|\n | ` `*image*` ` | A `UIImage` object to use as the stamp image. |\n\n Return Value\n\n An initialized texture stamp style.\n- `\n ``\n ``\n `\n\n [-initWithImage:](#/c:objc(cs)GMSTextureStyle(im)initWithImage:)`\n ` \n Returns an initialized texture stamp style with the given image. \n\n Declaration \n Swift \n\n init(image: UIImage)\n\n Objective-C \n\n - (nonnull instancetype)initWithImage:(nonnull UIImage *)image;\n\n Parameters\n\n |---------------|-----------------------------------------------|\n | ` `*image*` ` | A `UIImage` object to use as the stamp image. |\n\n Return Value\n\n An initialized texture stamp style."]]