TrafficTilesetId Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TrafficTilesetId.
public readonly struct TrafficTilesetId : IEquatable<Azure.Maps.Rendering.TrafficTilesetId>
type TrafficTilesetId = struct
Public Structure TrafficTilesetId
Implements IEquatable(Of TrafficTilesetId)
- Inheritance
-
TrafficTilesetId
- Implements
Constructors
TrafficTilesetId(String) |
Initializes a new instance of TrafficTilesetId. |
Properties
MicrosoftTrafficRelativeMain |
Supported traffic related tilesetId. |
None |
Default value, no traffic flow overlay. |
Methods
Equals(TrafficTilesetId) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TrafficTilesetId, TrafficTilesetId) |
Determines if two TrafficTilesetId values are the same. |
Implicit(String to TrafficTilesetId) |
Converts a string to a TrafficTilesetId. |
Inequality(TrafficTilesetId, TrafficTilesetId) |
Determines if two TrafficTilesetId values are not the same. |
Applies to
Azure SDK for .NET