intersectionResultAttributes property

List<LocatorAttribute> intersectionResultAttributes

Intersection result attributes.

Array of output fields for intersections geocoding. Empty if intersections geocoding is not supported.

Implementation

List<LocatorAttribute> get intersectionResultAttributes =>
    _intersectionResultAttributes.value;