[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-09-20 UTC."],[[["\u003cp\u003e\u003ccode\u003ePatternItem\u003c/code\u003e is an immutable class used to define patterns for strokes in Polylines, Polygons, and Circles on a map.\u003c/p\u003e\n"],["\u003cp\u003eIt has three known direct subclasses: \u003ccode\u003eDash\u003c/code\u003e, \u003ccode\u003eDot\u003c/code\u003e, and \u003ccode\u003eGap\u003c/code\u003e, which represent different pattern elements.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a \u003ccode\u003ePatternItem\u003c/code\u003e using its constructor, providing a type and an optional length.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePatternItem\u003c/code\u003e inherits methods from \u003ccode\u003eObject\u003c/code\u003e and \u003ccode\u003eParcelable\u003c/code\u003e for object comparison, hashing, and data serialization.\u003c/p\u003e\n"]]],["`PatternItem`, extending `Object` and implementing `Parcelable`, is an immutable class for stroke patterns in `Polyline`, `Polygon`, or `Circle` outlines. Direct subclasses include `Dash`, `Dot`, and `Gap`. It has a constructor accepting `type` and `length`, as well as methods for `equals`, `hashCode`, and `toString`. Inherited methods are provided by `java.lang.Object` and `android.os.Parcelable`, which includes `describeContents` and `writeToParcel`.\n"],null,[]]