GMSTextureStyle
@interface GMSTextureStyle : GMSStampStyleA polyline style that draws a repeating image over a GMSStyleSpan.
- 
                  
                  Returns a texture stamp style with the given image. DeclarationObjective-C + (nonnull instancetype)textureStyleWithImage:(nonnull UIImage *)image;ParametersimageA UIImageobject to use as the stamp image.Return ValueAn initialized texture stamp style. 
- 
                  
                  Returns an initialized texture stamp style with the given image. DeclarationSwift init(image: UIImage)Objective-C - (nonnull instancetype)initWithImage:(nonnull UIImage *)image;ParametersimageA UIImageobject to use as the stamp image.Return ValueAn initialized texture stamp style.