MapsSearchMatchType Struct

Definition

Types of match for a reverse address search operation.

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

Constructors

MapsSearchMatchType(String)

Initializes a new instance of MapsSearchMatchType.

Properties

AddressPoint

AddressPoint.

HouseNumberRange

HouseNumberRange.

Street

Street.

Methods

Equals(MapsSearchMatchType)

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

Determines if two MapsSearchMatchType values are the same.

Implicit(String to MapsSearchMatchType)

Converts a string to a MapsSearchMatchType.

Inequality(MapsSearchMatchType, MapsSearchMatchType)

Determines if two MapsSearchMatchType values are not the same.

Applies to