Type Method
型メソッド
valueWithMKCoordinate:
Creates a new value object containing the specified CoreLocation geographic coordinate structure.
指定されたCoreLocation地理座標構造体を含んでいる新しい値オブジェクトを作成します。
Parameters
パラメータ
coordinate
The value for the new object.
新しいオブジェクトに対する値。
Return Value
戻り値
A new value object that contains the geographic coordinate information.
地理座標情報を含んでいる新しい値オブジェクト。
See Also
参照
Working with Geographic Coordinate Values
地理座標値を扱う
+ valueWithMKCoordinateSpan:
Creates a new value object containing the specified MapKit coordinate span structure.
指定されたMapKit座標距離構造体を含んでいる新しい値オブジェクトを作成します。
MKCoordinateValue
The CoreLocation geographic coordinate structure representation of the value.
その値のCoreLocation地理座標構造体表現。
MKCoordinateSpanValue
The MapKit coordinate span structure representation of the value.
その値のMapKit座標距離構造体表現。
Related Documentation
関連文書
CLLocationCoordinate2D
The latitude and longitude associated with a location, specified using the WGS 84 reference frame.
ある位置と結びつけられる緯度と経度、WGS 84参照枠を使って指定されます。