[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-26 (UTC)"],[[["`SpriteStyle` describes a style where a texture is treated as a repeating point sprite on a map."],["It inherits from `StampStyle` and uses a `BitmapDescriptor` to define the repeating image."],["You can create a `SpriteStyle` using its constructor or with the `newBuilder` method."],["The `getStamp` method, inherited from `StampStyle`, allows you to retrieve the image used for the sprite."]]],["`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"]]