0

Is there a way to get a CLRegion from an address ? I want to use startMonitoringForRegion:desiredAccuracy: to monitor when an address is entered.

the Reverend
  • 12,305
  • 10
  • 66
  • 121

1 Answers1

3

Not directly. Convert the street address to a latitude/longitude using forward geocoding which will give you the CLRegion center point. Then you need to pick a radius and you can create the region with initCircularRegionWithCenter:radius:identifier:

Community
  • 1
  • 1
progrmr
  • 75,956
  • 16
  • 112
  • 147