planBikeRoutes

fun planBikeRoutes(start: Coords, end: Coords, profiles: List<Profile> = listOf(Profile.Regular)): ApiCall<DirectionsResults, DirectionsError>