次の方法で共有


MKUserLocationEventArgs クラス

定義

DidUpdateUserLocation イベントのデータを提供します。

public class MKUserLocationEventArgs : EventArgs
type MKUserLocationEventArgs = class
    inherit EventArgs
継承
MKUserLocationEventArgs

コンストラクター

MKUserLocationEventArgs(MKUserLocation)

MKUserLocationEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

UserLocation

DidUpdateUserLocation イベントのデータを提供します。

適用対象