[[["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-05-08 UTC."],[[["`SpriteStyle.Builder` helps create customized styles for map sprites."],["It offers methods to define the image (`stamp`) used for the sprite."],["Use the `build()` method to finalize and create the `SpriteStyle` object."]]],["The `SpriteStyle.Builder` class facilitates the creation of a `SpriteStyle` object. It offers two core actions: `build()`, which constructs and returns a `SpriteStyle` instance, and `stamp(BitmapDescriptor stamp)`, which configures the sprite's appearance using a `BitmapDescriptor`. The `stamp` method takes the bitmap descriptor as input. Other inherited methods like `equals`, `getClass`, `hashCode`, `notify`, `toString` and `wait` from the `Object` class are also available.\n"]]