[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]