Page Summary
-
GMTSLatLngDegreeAlmostEqualToleranceis a globally available constant. -
It represents the allowed delta threshold for the
AlmostEqualfunction to returnYES. -
The value of
GMTSLatLngDegreeAlmostEqualToleranceis1e-7. -
This constant is accessible in both Swift and Objective-C.
Constants
The following constants are available globally.
-
Delta threshold allowed between objects for
AlmostEqualto returnYES. This value is1e-7.Declaration
Swift
let GMTSLatLngDegreeAlmostEqualTolerance: DoubleObjective-C
extern const double GMTSLatLngDegreeAlmostEqualTolerance