route

@GET(value = "{mode}/{coordinates}")
abstract fun route(@Path(value = "mode"mode: String, @Path(value = "coordinates"coordinates: String, @Query(value = "steps"steps: Boolean, @Query(value = "bearings"bearings: String?, @Query(value = "annotations"annotations: String, @Query(value = "overview"overview: String, @Query(value = "geometries"geometries: String, @Query(value = "alternatives"alternatives: Boolean): Call<NavigationResponse>