Interface ProviderRouteLegExperimental

One leg of the normalized route (between two consecutive waypoints).

interface ProviderRouteLeg {
    distanceMeters: number;
    durationSeconds: number;
}

Properties

distanceMeters: number
durationSeconds: number