RouteLeg

constructor(distance: Double, duration: Double, steps: List<LegStep>, durationTypical: Double? = null, summary: String? = null, admins: List<Admin>? = null, incidents: List<Incident>? = null, annotation: LegAnnotation? = null, closures: List<Closure>? = null)