共用方式為


CLLocationUpdatedEventArgs 類別

定義

提供 UpdatedLocation 事件的資料。

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

建構函式

CLLocationUpdatedEventArgs(CLLocation, CLLocation)

初始化 CLLocationUpdatedEventArgs 類別的新實例。

屬性

NewLocation

新位置。

OldLocation

上一個位置。

適用於

另請參閱