BoundaryResultTypeEnum Struct

Definition

The BoundaryResultTypeEnum.

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

Constructors

BoundaryResultTypeEnum(String)

Initializes a new instance of BoundaryResultTypeEnum.

Properties

AdminDistrict

First administrative level within the country/region level, such as a state or a province.

AdminDistrict2

Second administrative level within the country/region level, such as a county.

CountryRegion

Country or region.

Locality

A concentrated area of human settlement, such as a city, town or village.

Neighborhood

A section of a populated place that is typically well-known, but often with indistinct boundaries.

PostalCode

The smallest post code category, such as a zip code.

PostalCode2

The next largest post code category after postalCode that is created by aggregating postalCode areas.

PostalCode3

The next largest post code category after postalCode2 that is created by aggregating postalCode2 areas.

PostalCode4

The next largest post code category after postalCode3 that is created by aggregating postalCode3 areas.

Methods

Equals(BoundaryResultTypeEnum)

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

Determines if two BoundaryResultTypeEnum values are the same.

Implicit(String to BoundaryResultTypeEnum)

Converts a string to a BoundaryResultTypeEnum.

Inequality(BoundaryResultTypeEnum, BoundaryResultTypeEnum)

Determines if two BoundaryResultTypeEnum values are not the same.

Applies to