Defines the accessibility details of the access point.

AccessibilityAttributes

interface AccessibilityAttributes {
    distance?: string;
    driveTime?: number;
}

Properties

distance?: string

The approximate distance of access point from input postalCode's centroid.

AccessibilityAttributes

driveTime?: number

The approximate (static) drive time from input postal code's centroid.

AccessibilityAttributes