GoogleRidesharingConsumer Framework Reference

  • GMTSLatLngDegreeAlmostEqualTolerance is a globally available constant.

  • It represents the allowed delta threshold for the AlmostEqual function to return YES.

  • The value of GMTSLatLngDegreeAlmostEqualTolerance is 1e-7.

  • This constant is accessible in both Swift and Objective-C.

Constants

The following constants are available globally.

  • Delta threshold allowed between objects for AlmostEqual to return YES. This value is 1e-7.

    Declaration

    Swift

    let GMTSLatLngDegreeAlmostEqualTolerance: Double

    Objective-C

    extern const double GMTSLatLngDegreeAlmostEqualTolerance