GoogleNavigation Framework Reference
GMSGeometryDistance
extern CLLocationDistance GMSGeometryDistance(CLLocationCoordinate2D from,
CLLocationCoordinate2D to)
Returns the great circle distance between two coordinates, in meters, on Earth.
This is the shortest distance between the two coordinates on the sphere.
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 2024-11-15 UTC.
[null,null,["Last updated 2024-11-15 UTC."],[[["`GMSGeometryDistance` calculates the shortest distance (great-circle distance) between two coordinates on Earth."],["The function takes two `CLLocationCoordinate2D` arguments representing the starting and ending points."],["The returned distance is measured in meters."],["Both input coordinates must be valid for the function to work correctly."]]],[]]