MapsSearchMatchType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Types de correspondance pour une opération de recherche d’adresses inversées.
public readonly struct MapsSearchMatchType : IEquatable<Azure.Maps.Search.Models.MapsSearchMatchType>
type MapsSearchMatchType = struct
Public Structure MapsSearchMatchType
Implements IEquatable(Of MapsSearchMatchType)
- Héritage
-
MapsSearchMatchType
- Implémente
Constructeurs
MapsSearchMatchType(String) |
Initialise une nouvelle instance de MapsSearchMatchType. |
Propriétés
AddressPoint |
AddressPoint. |
HouseNumberRange |
HouseNumberRange. |
Street |
Rue. |
Méthodes
Equals(MapsSearchMatchType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(MapsSearchMatchType, MapsSearchMatchType) |
Détermine si deux MapsSearchMatchType valeurs sont identiques. |
Implicit(String to MapsSearchMatchType) |
Convertit une chaîne en MapsSearchMatchType. |
Inequality(MapsSearchMatchType, MapsSearchMatchType) |
Détermine si deux MapsSearchMatchType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET