Sdílet prostřednictvím


SearchIndex Struct

Definition

The SearchIndexes.

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

Constructors

SearchIndex(String)

Initializes a new instance of SearchIndex.

Properties

Addresses

Address range interpolation.

CrossStreets

Cross Streets (Intersections).

Geographies

Geographies.

PointAddresses

Point Addresses.

PointsOfInterest

Points of interest.

Streets

Streets.

Methods

Equals(SearchIndex)

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

Determines if two SearchIndex values are the same.

Implicit(String to SearchIndex)

Converts a string to a SearchIndex.

Inequality(SearchIndex, SearchIndex)

Determines if two SearchIndex values are not the same.

Applies to