Initializer

init(mkCoordinate:)

Creates a new value object containing the specified CoreLocation geographic coordinate structure. 指定されたCoreLocation地理座標構造体を含んでいる新しい値オブジェクトを作成します。

Declaration 宣言

init(mkCoordinate coordinate: CLLocationCoordinate2D)

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 地理座標値を扱う

Related Documentation 関連文書