GoogleMaps Framework Reference

  • 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).

  • These types are represented by the constants kGMSLengthGeodesic, kGMSLengthRhumb, and kGMSLengthProjected, respectively.

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).