ルートのルート案内用に独自のスタイルを作成しますが、プロパティでsetRenderOptions
Methodを使用する場合にのみ、コールバック関数 ( Event ) で にアクセスできます。itineraryContainer
DirectionSteps
afterStepRender
var directionsManager = new Microsoft.Maps.Directions.DirectionsManager(map);
// ...
directionsManager.setRenderOptions({ itineraryContainer: document.getElementById('itineraryDiv') });
非表示の html 要素でステップをレンダリングせずに、すべての DirectionSteps を持つオブジェクトを取得する可能性はありますか?