ReverseGeocodingResultTypeEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ReverseGeocodingResultTypeEnum.
public readonly struct ReverseGeocodingResultTypeEnum : IEquatable<Azure.Maps.Search.Models.ReverseGeocodingResultTypeEnum>
type ReverseGeocodingResultTypeEnum = struct
Public Structure ReverseGeocodingResultTypeEnum
Implements IEquatable(Of ReverseGeocodingResultTypeEnum)
- Inheritance
-
ReverseGeocodingResultTypeEnum
- Implements
Constructors
| Name | Description |
|---|---|
| ReverseGeocodingResultTypeEnum(String) |
Initializes a new instance of ReverseGeocodingResultTypeEnum. |
Properties
| Name | Description |
|---|---|
| Address |
Address. |
| AdminDivision1 |
AdminDivision1. |
| AdminDivision2 |
AdminDivision2. |
| CountryRegion |
CountryRegion. |
| Neighborhood |
Neighborhood. |
| PopulatedPlace |
PopulatedPlace. |
| Postcode1 |
Postcode1. |
Methods
| Name | Description |
|---|---|
| Equals(ReverseGeocodingResultTypeEnum) |
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
| Name | Description |
|---|---|
| Equality(ReverseGeocodingResultTypeEnum, ReverseGeocodingResultTypeEnum) |
Determines if two ReverseGeocodingResultTypeEnum values are the same. |
| Implicit(String to ReverseGeocodingResultTypeEnum) |
Converts a String to a ReverseGeocodingResultTypeEnum. |
| Inequality(ReverseGeocodingResultTypeEnum, ReverseGeocodingResultTypeEnum) |
Determines if two ReverseGeocodingResultTypeEnum values are not the same. |