Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マップに表示する前に、可能なルートのリストを表示する必要があります。IOS 5 および IOS 6 用の IOS アプリケーションを作成しています。指定された送信元と送信先の場所の可能なルートに応答する API はありますか。提案してください。
それは旅行モードに依存します:
好き :
http://maps.googleapis.com/maps/api/directions/json?origin=Boston,MA&destination=Concord,MA&waypoints=Charlestown,MA|Lexington,MA&sensor=false
これは、iOSで簡単に解析できるJSON応答に応答します。