تاریخ آخرین بهروزرسانی 2025-05-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-13 بهوقت ساعت هماهنگ جهانی."],[[["`RoundCap` creates semicircular ends for polylines, with a radius half the stroke width."],["It's centered at the start and end points of a polyline with a solid stroke pattern."],["You can create a `RoundCap` using its default constructor `RoundCap()`."],["`RoundCap` inherits methods like `equals`, `hashCode`, and `toString` for object comparison and representation."]]],["`RoundCap`, a subclass of `Cap`, creates a semicircle at the start or end vertex of a solid-stroked `Polyline`. It has a constructor `RoundCap()` to initialize it. The class inherits constants and methods from `Cap`, `Object`, and `Parcelable`. `RoundCap` contains a public `toString()` method. Inherited methods include `equals`, `hashCode`, and methods for `Parcelable` compliance like `describeContents` and `writeToParcel`.\n"]]