I would like to make a Geographic Limiter field in iOS. It could be aprox.
Input Options:
Current location (example: 41.145495, -73.994901)
Radius in meters: (Example: 2000)
Required Conclusion:
MinLong: (Example: 41.9995495)
MinLat: (Example: -74.004901)
MaxLong: (Example: 41.0005495)
MaxLat: (Example: -73.004901)
Requirements:
No network call
Any ideas? Mapkit / CoreLocation doesn't seem to offer this kind of thing?
Any other geographic SDK I could use?
thank
source
share