GoogleMapsPlacesV1RoutingSummaryLeg
import type { GoogleMapsPlacesV1RoutingSummaryLeg } from "https://googleapis.deno.dev/v1/places:v1.ts";
A leg is a single portion of a journey from one location to another.
interface GoogleMapsPlacesV1RoutingSummaryLeg {
distanceMeters?: number;
duration?: number;
}