Cap that is squared off exactly at the start or end vertex of a Polyline with solid
stroke pattern, equivalent to having no additional cap beyond the start or end vertex.
Bitmap overlay centered at the start or end vertex of a Polyline, orientated according to
the direction of the line's first or last edge and scaled with respect to the line's stroke
width.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-14 UTC."],[[["`Cap` is an immutable class used to define the style of the start and end points of a `Polyline` on a map."],["It offers various subclasses like `ButtCap`, `RoundCap`, `SquareCap`, and `CustomCap` for different cap styles."],["`Cap` inherits from `Object` and implements `Parcelable`, providing methods like `equals`, `hashCode`, and `toString`."],["Developers can customize the appearance of `Polyline` endpoints using the different `Cap` types available."]]],[]]