[[["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-09-19 UTC."],[[["\u003cp\u003e\u003ccode\u003eSquareCap\u003c/code\u003e creates a squared-off cap for the ends of a \u003ccode\u003ePolyline\u003c/code\u003e with a solid stroke pattern, extending half the stroke width beyond the vertex.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eCap\u003c/code\u003e class and implements the \u003ccode\u003eParcelable\u003c/code\u003e interface for object serialization.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a \u003ccode\u003eSquareCap\u003c/code\u003e using its default constructor: \u003ccode\u003eSquareCap()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etoString()\u003c/code\u003e method provides a string representation of the \u003ccode\u003eSquareCap\u003c/code\u003e object.\u003c/p\u003e\n"]]],["`SquareCap`, a subclass of `Cap`, extends a `Polyline`'s solid stroke pattern by squaring it off beyond the start or end vertex. It offers a constructor, `SquareCap()`, to create instances. The class inherits methods for equality checks (`equals`), hash code generation (`hashCode`), and string representation (`toString`). Additionally, it implements `Parcelable`, providing methods like `describeContents()` and `writeToParcel()` for data serialization. The primary function of `SquareCap` is to modify the visual termination of a polyline.\n"],null,[]]