interface YMKUserLocation : NSObject <YMKAnnotation>
デバイスの現在位置を取得します。
タスク
ユーザーの位置
ユーザー位置アイコンの注釈テキスト
プロパティー
location
デバイスの現在位置。(読み取り専用)
@property(readonly, nonatomic) CLLocation *location
updating
ユーザー位置が更新されているかどうか。(読み取り専用)
@property(readonly, nonatomic, getter=isUpdating) BOOL updating
title
ユーザー位置アイコンのタイトル。
@property(retain, nonatomic) NSString *title
subtitle
ユーザー位置アイコンのサブタイトル。
@property(retain, nonatomic) NSString *subtitle