[[["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-09-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eSpriteStyle\u003c/code\u003e describes a style where a texture is treated as a repeating point sprite on a map.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eStampStyle\u003c/code\u003e and uses a \u003ccode\u003eBitmapDescriptor\u003c/code\u003e to define the repeating image.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a \u003ccode\u003eSpriteStyle\u003c/code\u003e using its constructor or with the \u003ccode\u003enewBuilder\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetStamp\u003c/code\u003e method, inherited from \u003ccode\u003eStampStyle\u003c/code\u003e, allows you to retrieve the image used for the sprite.\u003c/p\u003e\n"]]],["`SpriteStyle` extends `StampStyle`, treating a stamp texture as a repeating point sprite. It offers a `SpriteStyle.Builder` for customization. A new `SpriteStyle` is created using a `BitmapDescriptor` stamp via the constructor. The `newBuilder` method, also accepts a `BitmapDescriptor` stamp, returning a configured `SpriteStyle.Builder`. `getStamp` from `StampStyle` retrieves the repeated image/texture.\n"],null,[]]