GeographicEntity Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O GeographicEntityType.
public readonly struct GeographicEntity : IEquatable<Azure.Maps.Search.GeographicEntity>
type GeographicEntity = struct
Public Structure GeographicEntity
Implements IEquatable(Of GeographicEntity)
- Herança
-
GeographicEntity
- Implementações
Construtores
GeographicEntity(String) |
Inicializa uma nova instância de GeographicEntity. |
Propriedades
Country |
País. |
CountrySecondarySubdivision |
CountrySecondarySubdivision. |
CountrySubdivision |
CountrySubdivision. |
CountryTertiarySubdivision |
CountryTertiarySubdivision. |
Municipality |
Município. |
MunicipalitySubdivision |
MunicípioSubdivision. |
Neighborhood |
Bairro. |
PostalCodeArea |
PostalCodeArea. |
Métodos
Equals(GeographicEntity) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(GeographicEntity, GeographicEntity) |
Determina se dois GeographicEntity valores são os mesmos. |
Implicit(String to GeographicEntity) |
Converte uma cadeia de caracteres em um GeographicEntity. |
Inequality(GeographicEntity, GeographicEntity) |
Determina se dois GeographicEntity valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET