liveUpdates(_:)
Tells Core Location to start delivering the location updates it produces for the configuration you specify.
Declaration
static func liveUpdates(_ configuration: CLLocationUpdate.LiveConfiguration = .default) -> CLLocationUpdate.UpdatesParameters
- configuration:
A configuration that describes the updates for the framework to deliver.
Mentioned in
Return Value
CLLocationUpdate.Updates that meet the criteria you specify.