init(region:)
Creates a new location event with the specified region.
Declaration
init(region: CLRegion)Parameters
- region:
Region on which the event is triggered. The region object must have at least one of Notifyonentry or Notifyonexit set to True.
Return Value
An initialized instance representing the location event.