تاريخ التعديل الأخير: 2025-05-23 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-05-23 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]