[[["容易理解","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-03-20 (世界標準時間)。"],[[["`Dash` is an immutable class in the Maps SDK for Android used to define dashes in stroke patterns for Polyline, Polygon, or Circle outlines."],["It inherits from `PatternItem` and is defined by a single field `length` representing the dash length in pixels."],["You can construct a `Dash` instance by providing the desired length in pixels."],["The `length` is automatically clamped to zero if a negative value is provided during construction."]]],["`Dash` is an immutable class representing a dash in stroke patterns for `Polyline`, `Polygon`, or `Circle` outlines. It extends `PatternItem` and implements `Parcelable`. Key actions include constructing a `Dash` object with a specified non-negative pixel `length`, which defaults to zero if a negative value is provided. It has a `toString` method and inherits several methods like `equals`, `hashCode`, and `describeContents` from parent classes and interfaces. The `length` field is the only configurable property.\n"]]