[[["易于理解","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"]],["最后更新时间 (UTC):2025-06-16。"],[[["`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"]]