[[["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-11-15 UTC."],[[["`GMSGeometryOffset` calculates a destination coordinate based on a starting coordinate, distance, and heading."],["It uses a great circle arc calculation on Earth to determine the destination, with the resulting longitude falling within the range of \\[-180, 180)."],["The function requires valid starting and ending coordinates."]]],["`GMSGeometryOffset` calculates a destination coordinate. It takes a starting coordinate (`from`), a travel distance in meters (`distance`), and an initial direction (`heading`). It determines the destination by simulating travel along a great circle arc on Earth. The function ensures the resulting longitude is within the range of -180 to 180. Both the initial and the resulting coordinates need to be valid for the function to work properly.\n"]]