تاریخ آخرین بهروزرسانی 2025-06-16 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-06-16 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]