[[["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 2023-10-06 UTC."],[[["The `coordinates()` method returns a GeoJSON-style list of a geometry's coordinates, specifically for LineString geometries."],["This method is accessible through the `LineString` object and returns a list of coordinate pairs."],["Usage examples are provided in both JavaScript and Python, demonstrating how to retrieve and utilize the coordinates of a LineString."]]],["The `coordinates()` method extracts and returns a list of a geometry's coordinates in GeoJSON format. Applied to a `LineString` object, it outputs a list. For instance, a `LineString` defined by `[[-122.09, 37.42], [-122.08, 37.43]]` would result in the corresponding list of coordinates. The provided examples demonstrate this method's use in both JavaScript and Python, including how to visualize the `LineString` geometry on a map.\n"]]