macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

MKDirectionsRequestクラス

INDEX>MapKit>

apple

継承 NSObject
準拠 NSObject (NSObject)
フレームワーク /System/Library/Frameworks/MapKit.framework
使用可能 iOS 6.0以降
定義 MKDirectionsRequest.h
MKDirectionsTypes.h

概要

メソッドとプロパティ

Creating a Directions Request Object

+ isDirectionsRequestURL:
– initWithContentsOfURL:

Accessing the Start and End Points

– source
– setSource:
– destination
– setDestination:

Specifying Transportation Options

transportType property
requestsAlternateRoutes property
departureDate property
arrivalDate property

クラス

MKDirectionsRequest

参照