[[["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-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eJointType\u003c/code\u003e defines how the corners of polylines and polygon outlines are rendered on a map.\u003c/p\u003e\n"],["\u003cp\u003eIt offers three types: \u003ccode\u003eBEVEL\u003c/code\u003e for a flat bevel, \u003ccode\u003eDEFAULT\u003c/code\u003e for a mitered joint, and \u003ccode\u003eROUND\u003c/code\u003e for a rounded joint.\u003c/p\u003e\n"],["\u003cp\u003eThese joint types apply to the visual appearance of lines used to draw shapes on maps.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use these options to customize the style and look of their map overlays.\u003c/p\u003e\n"]]],["`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"],null,[]]