IRoutePath Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents a logical path between several points.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
The IRoutePath type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BoundingBox | Gets the bounding box of the path. |
![]() | EstimatedDuration | Gets the estimated duration in seconds to traverse the path. |
![]() | Geometry | Gets the geometry of the path. |
![]() | LengthInMeters | Gets the length of the path in meters. |
Capabilities
If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.
ID_CAP_MAP | Windows Phone 8 |
For more info, see App capabilities and hardware requirements for Windows Phone 8.
