Freigeben über


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

Name Description
ResolutionEnum(String)

Initializes a new instance of ResolutionEnum.

Properties

Name Description
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

Name Description
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

Name Description
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