eBardX / XestiMonitors

An extensible monitoring framework written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add StandardLocationMonitor

eBardX opened this issue · comments

Feature Name

  • StandardLocationMonitor

Events

  • didFail(Error) -- wraps locationManager(_:didFailWithError:) delegate method
  • didFinishDeferredUpdates(Error?) -- wraps locationManager(_:didFinishDeferredUpdatesWithError:) delegate method
  • didPauseUpdates -- wraps locationManagerDidPauseLocationUpdates(_:) delegate method
  • didResumeUpdates -- wraps locationManagerDidResumeLocationUpdates(_:) delegate method
  • didUpdate([CLLocation]) -- wraps locationManager(_:didUpdateLocations:) delegate method

Platform

  • iOS/macOS/tvOS/watchOS