Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: CLLocationManager's maximumRegionMonitoringDistance unit of measure

I'm working with the CLLocationManager's maximumRegionMonitoringDistance property in iOS. When I print this value out, I get 2,128,000, but I cannot find any documentation as to what unit of measurement this is in. Any ideas?

2,128,000 seconds equates to ~591 degrees

like image 961
adamame Avatar asked Nov 28 '25 17:11

adamame


1 Answers

The documentation for maximumRegionMonitoringDistance shows:

@property(readonly, nonatomic) CLLocationDistance maximumRegionMonitoringDistance

CLLocationDistance is defined in the Core Location Data Types Reference as:

A distance measurement (in meters) from an existing location.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!