تاريخ التعديل الأخير: 2025-05-09 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`Dot` is an immutable class used to represent a dot in the stroke pattern for shapes like `Polyline`, `Polygon`, or `Circle` on a map."],["It inherits from `PatternItem` and provides a simple way to create a dot pattern."],["You can create a `Dot` using its constructor `Dot()`."],["The `toString()` method provides a string representation of the `Dot` object."]]],["The `Dot` class represents a dot in a stroke pattern for polylines or polygon/circle outlines. It is immutable and extends `PatternItem`. Key actions include constructing a `Dot` object using its public constructor. The class includes methods like `toString()`, and inherits `equals()` and `hashCode()` from `PatternItem`. Additionally it inherits methods such as `describeContents()` and `writeToParcel()` from the `Parcelable` interface and general Object methods from the Object class.\n"]]