次の方法で共有


RouteDirections クラス

定義

このオブジェクトは、ルート方向の呼び出しが成功した場合に返されます。

public class RouteDirections
type RouteDirections = class
Public Class RouteDirections
継承
RouteDirections
派生

プロパティ

FormatVersion

Format Version プロパティ。

OptimizedWaypoints

ウェイポイントの最適化されたシーケンス。 元の最適化されたリストに対してユーザーが指定したウェイポイント シーケンスからのインデックスが表示されます。 たとえば、応答は次のようになります。

<optimizedWaypoints>
<waypoint providedIndex="0" optimizedIndex="1"/>
<waypoint providedIndex="1" optimizedIndex="2"/>
<waypoint providedIndex="2" optimizedIndex="0"/>
</optimizedWaypoints>

は、元のシーケンスが [0, 1, 2] であり、最適化されたシーケンスが [1, 2, 0] であることを意味します。 インデックスは 0 で始まるので、元の は "first, second, third" ですが、最適化は "second, third, first" です。

Report

現在の呼び出しで使用されている有効な設定を報告します。

Routes

配列をルーティングします。

適用対象