[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-04-15 UTC."],[[["`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"]]