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
Swift
case geodesic = 0
Objective-C
kGMSLengthGeodesic
-
Declaration
Swift
case rhumb = 1
Objective-C
kGMSLengthRhumb
-
Declaration
Swift
case projected = 2
Objective-C
kGMSLengthProjected