GuidanceRoadSignpost
GuidanceRoadSignpost
GuidanceRoadSignpost
GuidanceRoadSignpost
Class
Definition
Represents a sign on the road.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : sealed class GuidanceRoadSignpost : IGuidanceRoadSignpostpublic sealed class GuidanceRoadSignpost : IGuidanceRoadSignpostPublic NotInheritable Class GuidanceRoadSignpost Implements IGuidanceRoadSignpost// This API is not available in Javascript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Services.Maps.GuidanceContract (introduced v1)
|
Properties
BackgroundColor BackgroundColor BackgroundColor BackgroundColor
Gets the background color of the sign.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : Color BackgroundColor { get; }public Color BackgroundColor { get; }Public ReadOnly Property BackgroundColor As Color// This API is not available in Javascript.
Exit Exit Exit Exit
Gets the text written on the sign.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : PlatForm::String Exit { get; }public string Exit { get; }Public ReadOnly Property Exit As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The text written on the sign. If no data is available, this value returns null.
ExitDirections ExitDirections ExitDirections ExitDirections
Gets the directions written on the sign. For example, city names and distances.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : IVectorView<string> ExitDirections { get; }public IReadOnlyList<string> ExitDirections { get; }Public ReadOnly Property ExitDirections As IReadOnlyList<string>// This API is not available in Javascript.
- Value
- IVectorView<PlatForm::String> IReadOnlyList<string> IReadOnlyList<string> IReadOnlyList<string>
The directions written on the sign. If no data is available, this value returns an empty list.
ExitNumber ExitNumber ExitNumber ExitNumber
Gets the exit number written on the sign.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : PlatForm::String ExitNumber { get; }public string ExitNumber { get; }Public ReadOnly Property ExitNumber As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The exit number written on the sign. If no data is available, this value returns null.
ForegroundColor ForegroundColor ForegroundColor ForegroundColor
Gets the text color of the sign.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : Color ForegroundColor { get; }public Color ForegroundColor { get; }Public ReadOnly Property ForegroundColor As Color// This API is not available in Javascript.