Contents

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.Updates

Parameters

  • configuration:

    A configuration that describes the updates for the framework to deliver.

Mentioned in

Return Value

CLLocationUpdate.Updates that meet the criteria you specify.

See Also

Receiving location updates