CLLocationUpdatedEventArgs 类

定义

UpdatedLocation 事件提供数据。

public class CLLocationUpdatedEventArgs : EventArgs
type CLLocationUpdatedEventArgs = class
    inherit EventArgs
继承
CLLocationUpdatedEventArgs

构造函数

CLLocationUpdatedEventArgs(CLLocation, CLLocation)

初始化 CLLocationUpdatedEventArgs 类的新实例。

属性

NewLocation

新位置。

OldLocation

上一个位置。

适用于

另请参阅