LegStep

constructor(geometry: String, distance: Double, duration: Double, durationTypical: Double? = null, speedLimitUnit: SpeedLimit.Unit? = null, speedLimitSign: LegStep.SpeedLimitSign? = null, name: String? = null, ref: String? = null, destinations: String? = null, mode: String, pronunciation: String? = null, rotaryName: String? = null, rotaryPronunciation: String? = null, maneuver: StepManeuver, voiceInstructions: List<VoiceInstructions>? = null, bannerInstructions: List<BannerInstructions>? = null, drivingSide: String? = null, weight: Double, intersections: List<StepIntersection>? = null, exits: String? = null)