[[["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-03-26 UTC."],[[["`JointType` defines how the corners of polylines and polygon outlines are rendered on a map."],["It offers three types: `BEVEL` for a flat bevel, `DEFAULT` for a mitered joint, and `ROUND` for a rounded joint."],["These joint types apply to the visual appearance of lines used to draw shapes on maps."],["Developers can use these options to customize the style and look of their map overlays."]]],["`JointType` defines the appearance of joints in `Polyline` and `Polygon` outlines. It offers three joint styles: `BEVEL` (flat bevel), `DEFAULT` (mitered with pointed extrusion), and `ROUND` (rounded arc). These styles are represented by integer constants: `BEVEL` (1), `DEFAULT` (0), and `ROUND` (2). `JointType` class also inherits methods from `Object` class for operations such as equality checks, retrieval of class and hashcode, string representation, and other.\n"]]