[[["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."],[[["\u003cp\u003e\u003ccode\u003eGMSGeometryOffset\u003c/code\u003e calculates a destination coordinate based on a starting point, distance, and heading.\u003c/p\u003e\n"],["\u003cp\u003eIt uses a great circle arc calculation on Earth to determine the destination, with longitude results within the range of [-180, 180).\u003c/p\u003e\n"],["\u003cp\u003eInput coordinates must be valid for accurate calculation.\u003c/p\u003e\n"]]],[],null,["GMSGeometryOffset \n\n extern CLLocationCoordinate2D GMSGeometryOffset(CLLocationCoordinate2D from,\n CLLocationDistance distance,\n CLLocationDirection heading)\n\nReturns the destination coordinate, when starting at `from` with initial `heading`, travelling\n`distance` meters along a great circle arc, on Earth.\n\nThe resulting longitude is in the range \\[-180, 180).\n\nBoth coordinates must be valid."]]