GoogleNavigation Framework Reference
GMSLengthKind
enum GMSLengthKind : NSUInteger {}
GMSLengthKind
indicates the type of a length value, which can be geodesic (in meters), rhumb
length (in meters) and projected length (in GMSMapPoint
units).
-
Declaration
Objective-C
kGMSLengthGeodesic
-
Declaration
Objective-C
kGMSLengthRhumb
-
Declaration
Objective-C
kGMSLengthProjected
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."],[[["`GMSLengthKind` is an enumeration used to specify the type of a length measurement."],["It includes three types: geodesic (in meters), rhumb (in meters), and projected (in `GMSMapPoint` units)."],["Each type is represented by a constant: `kGMSLengthGeodesic`, `kGMSLengthRhumb`, and `kGMSLengthProjected`, respectively."]]],[]]