[[["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 2024-12-21 UTC."],[[["`LaneDirection.LaneShape` is an annotation interface defining a set of values that specify the shape of the road path continuing from a lane."],["It provides constants representing various turn directions like `STRAIGHT`, `NORMAL_LEFT`, `NORMAL_RIGHT`, `SHARP_LEFT`, `SHARP_RIGHT`, `SLIGHT_LEFT`, `SLIGHT_RIGHT`, `U_TURN_LEFT`, and `U_TURN_RIGHT`."],["Each constant has an associated integer value indicating the degree of the turn, for example, `STRAIGHT` is represented by 1 and `NORMAL_LEFT` by 4."],["The `UNKNOWN` constant with a value of 0 is used when the shape of the road path is not known."],["It inherits methods from the `java.lang.annotation.Annotation` interface, such as `annotationType()`, `equals()`, `hashCode()`, and `toString()`."]]],[]]