configWithMonitorName:queue:eventHandler:
Creates a location monitor instance with the name, dispatch queue, and event handler you specify.
Declaration
+ (CLMonitorConfiguration *) configWithMonitorName:(NSString *) name queue:(dispatch_queue_t) queue eventHandler:(void (^)(CLMonitor *monitor, CLMonitoringEvent *event)) eventHandler;