Route
  constructor(coordinates: List<List<Double>>, radiuses: List<Double>? = null, bearings: List<List<Double>>? = null, elevation: Boolean? = null, extraInfo: List<String>? = null, instructions: Boolean? = null, instructionsFormat: String? = null, language: String? = null, preference: String? = null, units: String? = null, geometry: Boolean? = null, geometrySimplify: Boolean? = null, roundaboutExits: Boolean? = null, attributes: List<String>? = null, maneuvers: Boolean? = null, continueStraight: Boolean? = null, options: RouteOptions? = null)