Share via


RoadKind Struct

Definition

Describes the possible uses of a road.

public readonly struct RoadKind : IEquatable<Azure.Maps.Search.RoadKind>
type RoadKind = struct
Public Structure RoadKind
Implements IEquatable(Of RoadKind)
Inheritance
RoadKind
Implements

Constructors

RoadKind(String)

Initializes a new instance of RoadKind.

Properties

Arterial

Arterial.

LimitedAccess

LimitedAccess.

LocalStreet

LocalStreet.

Ramp

Ramp.

Rotary

Rotary.

Terminal

Terminal.

Methods

Equals(RoadKind)

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(RoadKind, RoadKind)

Determines if two RoadKind values are the same.

Implicit(String to RoadKind)

Converts a string to a RoadKind.

Inequality(RoadKind, RoadKind)

Determines if two RoadKind values are not the same.

Applies to