Share via


LineDriveMapImage.LastDirectionID Property

LineDriveMapImage.LastDirectionID Property

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

Public LastDirectionID As Integer

[C#]
public int LastDirectionID;

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