[[["わかりやすい","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-07-08 UTC。"],[[["`CustomCap` allows you to customize the start and end points of a `Polyline` on a map using a bitmap image."],["It uses a `BitmapDescriptor` to define the image and a `refWidth` to scale the image relative to the `Polyline`'s stroke width."],["You can create a `CustomCap` with a custom reference width or use the default value of 10 pixels."],["The bitmap image is centered and oriented based on the direction of the `Polyline`'s first or last edge."]]],["`CustomCap` overlays a bitmap at a `Polyline`'s start or end, adjusting its orientation and scaling based on the line's stroke width. Key actions include creating a `CustomCap` using a `BitmapDescriptor` and optionally a reference stroke width (`refWidth`). The `bitmapDescriptor` defines the bitmap to use and the refWidth is for scaling. There are methods such as `toString`, `equals`, and `hashCode` for information purposes.\n"]]