LocationSource
public protocol LocationSource : AnyObject
-
Declaration
Swift
static var isAvailable: Bool { get }
-
Declaration
Swift
var delegate: LocationSourceDelegate? { get set }
-
Declaration
Swift
var supportsHeading: Bool { get }
-
Declaration
Swift
func start()
-
Declaration
Swift
func stop()