[[["わかりやすい","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-06-29 UTC。"],[[["`StyleSpan` describes the style (color, pattern, etc.) for a section of a polyline on a map."],["You can create a `StyleSpan` with a specific `StrokeStyle`, color, and length (in segments)."],["`StyleSpan` allows you to control the visual appearance of different parts of a polyline."],["You can access the style and length of a `StyleSpan` using `getStyle()` and `getSegments()`."]]],["`StyleSpan` defines the style for a polyline region. It can be created with a `StrokeStyle` and segment length or just a color and segment length, defaulting to one segment if unspecified. Key actions include creating a `StyleSpan` object using one of four constructors and retrieving the span's length in segments via `getSegments()`. The `getStyle()` method retrieves the applied `StrokeStyle` of the span.\n"]]