Share via


GeographicEntity Struct

Definition

The GeographicEntityType.

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

Constructors

GeographicEntity(String)

Initializes a new instance of GeographicEntity.

Properties

Country

Country.

CountrySecondarySubdivision

CountrySecondarySubdivision.

CountrySubdivision

CountrySubdivision.

CountryTertiarySubdivision

CountryTertiarySubdivision.

Municipality

Municipality.

MunicipalitySubdivision

MunicipalitySubdivision.

Neighborhood

Neighborhood.

PostalCodeArea

PostalCodeArea.

Methods

Equals(GeographicEntity)

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

Determines if two GeographicEntity values are the same.

Implicit(String to GeographicEntity)

Converts a string to a GeographicEntity.

Inequality(GeographicEntity, GeographicEntity)

Determines if two GeographicEntity values are not the same.

Applies to