Share via


LineDriveMapImage.FirstDirectionID Property

LineDriveMapImage.FirstDirectionID Property

The ID of the first driving direction that pertains to this map. Integer.

Public FirstDirectionID As Integer

[C#]
public int FirstDirectionID;

Remarks

The GetLineDriveMap method may return more than one map. If you are displaying driving directions with each map that is returned, you can use the FirstDirectionID and LastDirectionID of each LineDriveMapImage object to ensure that the driving directions match each map.

See Also

  Using LineDrive Maps   |   RenderServiceSoap.GetLineDriveMap Method