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
ReverseGeocodingResultTypeEnum(String) |
Initializes a new instance of ReverseGeocodingResultTypeEnum. |
Properties
Address |
Address. |
AdminDivision1 |
AdminDivision1. |
AdminDivision2 |
AdminDivision2. |
CountryRegion |
CountryRegion. |
Neighborhood |
Neighborhood. |
PopulatedPlace |
PopulatedPlace. |
Postcode1 |
Postcode1. |
Methods
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
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. |
Applies to
Azure SDK for .NET