Although i know that the region monitoring supports iPhone4 and iPad2 only i want to implement this with the startMonitoringSignificantLocationChanges method.
I have a method that get my saved region (place with latitude, longitude and radius) and my current location and i want to return true in case they are near each other. My question is how do I calculate based on my information (both place and current location latitude,longitude and radius) if those places are near each other or not? Thank you.