[[["容易理解","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-13 (世界標準時間)。"],[[["`PolylineOptions` defines properties like color, width, and visibility for polylines on a map."],["You can customize the appearance of polylines with caps, joints, patterns, and geodesic settings."],["`PolylineOptions` allows adding vertices individually or as a collection to build the polyline's path."],["Control the polyline's interactivity by setting it as clickable or not."],["Manage the drawing order of the polyline by specifying its zIndex."]]],["`PolylineOptions` defines configurations for a polyline. Key actions include adding vertices using `add` or `addAll` with `LatLng` objects, and adding styles with `addSpan` or `addAllSpans` with `StyleSpan` objects. You can set the polyline's `color`, `width`, `geodesic` property, `clickable` status, `visible` property, `endCap`, `startCap`, `jointType`, `pattern` and `zIndex`. Methods exist to get these attributes.\n"]]