[[["容易理解","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-09-20 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eDot\u003c/code\u003e is an immutable class used to represent a dot in the stroke pattern for shapes like \u003ccode\u003ePolyline\u003c/code\u003e, \u003ccode\u003ePolygon\u003c/code\u003e, or \u003ccode\u003eCircle\u003c/code\u003e on a map.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003ePatternItem\u003c/code\u003e and provides a simple way to create a dot pattern.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a \u003ccode\u003eDot\u003c/code\u003e using its constructor \u003ccode\u003eDot()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etoString()\u003c/code\u003e method provides a string representation of the \u003ccode\u003eDot\u003c/code\u003e object.\u003c/p\u003e\n"]]],["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"],null,[]]