[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-05-13 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"]]