CalculationMethodEnum 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 method that was used to compute the geocode point.
public readonly struct CalculationMethodEnum : IEquatable<Azure.Maps.Search.Models.CalculationMethodEnum>
type CalculationMethodEnum = struct
Public Structure CalculationMethodEnum
Implements IEquatable(Of CalculationMethodEnum)
- Inheritance
-
CalculationMethodEnum
- Implements
Constructors
CalculationMethodEnum(String) |
Initializes a new instance of CalculationMethodEnum. |
Properties
Interpolation |
The geocode point was matched to a point on a road using interpolation. |
InterpolationOffset |
The geocode point was matched to a point on a road using interpolation with an additional offset to shift the point to the side of the street. |
Parcel |
The geocode point was matched to the center of a parcel. |
Rooftop |
The geocode point was matched to the rooftop of a building. |
Methods
Equals(CalculationMethodEnum) |
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(CalculationMethodEnum, CalculationMethodEnum) |
Determines if two CalculationMethodEnum values are the same. |
Implicit(String to CalculationMethodEnum) |
Converts a String to a CalculationMethodEnum. |
Inequality(CalculationMethodEnum, CalculationMethodEnum) |
Determines if two CalculationMethodEnum values are not the same. |
Applies to
Azure SDK for .NET