IntersectionOutput interface
The address of the result.
Properties
base |
Primary street for the location. |
display |
Complete name of the intersection. |
intersection |
Type of intersection. |
secondary |
The first intersecting street. |
secondary |
If any, the second intersecting street. |
Property Details
baseStreet
Primary street for the location.
baseStreet?: string
Property Value
string
displayName
Complete name of the intersection.
displayName?: string
Property Value
string
intersectionType
Type of intersection.
intersectionType?: string
Property Value
string
secondaryStreet1
The first intersecting street.
secondaryStreet1?: string
Property Value
string
secondaryStreet2
If any, the second intersecting street.
secondaryStreet2?: string
Property Value
string