[[["易于理解","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"]],["最后更新时间 (UTC):2025-04-15。"],[[["`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"]]