RouteOptions

constructor(baseUrl: String, user: String, profile: String, coordinates: List<@Serializable(with = PointSerializer::class) Point>, alternatives: Boolean? = null, language: String? = null, radiuses: String? = null, bearings: String? = null, continueStraight: Boolean? = null, roundaboutExits: Boolean? = null, geometries: String? = null, overview: String? = null, steps: Boolean? = null, annotations: String? = null, exclude: String? = null, voiceInstructions: Boolean? = null, bannerInstructions: Boolean? = null, voiceUnits: UnitType? = null, accessToken: String? = null, requestUuid: String? = null, approaches: String? = null, waypointIndices: String? = null, waypointNames: String? = null, waypointTargets: String? = null, walkingOptions: WalkingOptions? = null, snappingClosures: String? = null)