SearchAddressReverseResult interface

An interface representing SearchAddressReverseResult.

Properties

address
matchType

Information on the type of match. One of:

  • AddressPoint
  • HouseNumberRange
  • Street NOTE: This property will not be serialized. It can only be populated by the server.
position

Position property in the form of "{latitude},{longitude}" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

address

address?: SearchResultAddress

Property Value

matchType

Information on the type of match. One of:

  • AddressPoint
  • HouseNumberRange
  • Street NOTE: This property will not be serialized. It can only be populated by the server.
matchType?: string

Property Value

string

position

Position property in the form of "{latitude},{longitude}" NOTE: This property will not be serialized. It can only be populated by the server.

position?: string

Property Value

string