次の方法で共有


MapsSearchMatchType 構造体

定義

逆アドレス検索操作の一致の種類。

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

コンストラクター

MapsSearchMatchType(String)

MapsSearchMatchType の新しいインスタンスを初期化します。

プロパティ

AddressPoint

AddressPoint。

HouseNumberRange

HouseNumberRange。

Street

通り。

メソッド

Equals(MapsSearchMatchType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(MapsSearchMatchType, MapsSearchMatchType)

2 つの MapsSearchMatchType 値が同じかどうかを判断します。

Implicit(String to MapsSearchMatchType)

文字列を MapsSearchMatchType に変換します。

Inequality(MapsSearchMatchType, MapsSearchMatchType)

2 つの MapsSearchMatchType 値が同じでないかどうかを判断します。

適用対象