GoogleMaps Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSGeometryOffset
extern CLLocationCoordinate2D GMSGeometryOffset(CLLocationCoordinate2D from,
CLLocationDistance distance,
CLLocationDirection heading)
Returns the destination coordinate, when starting at from
with initial heading
, travelling
distance
meters along a great circle arc, on Earth.
The resulting longitude is in the range [-180, 180).
Both coordinates must be valid.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 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,["# GoogleMaps Framework Reference\n\nGMSGeometryOffset\n=================\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."]]