示例#1
0
 /// <summary>
 /// Set the renderer to use the result from the DirectionsService. Setting a valid set of directions in this manner will display the directions on the renderer's designated map and panel.
 /// </summary>
 public void SetDirections(DirectionsResult directions)
 {
     throw new NotImplementedException();
 }
示例#2
0
 /// <summary>
 /// Set the renderer to use the result from the DirectionsService. Setting a valid set of directions in this manner will display the directions on the renderer's designated map and panel.
 /// </summary>
 public void SetDirections(DirectionsResult directions)
 {
     throw new NotImplementedException();
 }