SearchAddressResultType Struct

Definition

One of:

  • POI
  • Street
  • Geography
  • Point Address
  • Address Range
  • Cross Street
public readonly struct SearchAddressResultType : IEquatable<Azure.Maps.Search.Models.SearchAddressResultType>
type SearchAddressResultType = struct
Public Structure SearchAddressResultType
Implements IEquatable(Of SearchAddressResultType)
Inheritance
SearchAddressResultType
Implements

Properties

AddressRange

Address Range.

CrossStreet

Cross Street.

Geography

Geography.

PointAddress

Point Address.

PointOfInterest

POI.

Street

Street.

Methods

Equals(SearchAddressResultType)

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

Determines if two SearchAddressResultType values are the same.

Implicit(String to SearchAddressResultType)

Converts a string to a SearchAddressResultType.

Inequality(SearchAddressResultType, SearchAddressResultType)

Determines if two SearchAddressResultType values are not the same.

Applies to