ResolutionEnum Struct

Definition

The ResolutionEnum.

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

Constructors

ResolutionEnum(String)

Initializes a new instance of ResolutionEnum.

Properties

Huge

Return the boundary geometry with more or the same amount of points as large.

Large

Return the boundary geometry with more or the same amount of points as medium.

Medium

Return the boundary geometry with more or the same amount of points as small.

Small

Return the boundary geometry with the least amount of points.

Methods

Equals(ResolutionEnum)

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

Determines if two ResolutionEnum values are the same.

Implicit(String to ResolutionEnum)

Converts a string to a ResolutionEnum.

Inequality(ResolutionEnum, ResolutionEnum)

Determines if two ResolutionEnum values are not the same.

Applies to