getIsochrones

suspend fun OrsClient.getIsochrones(locations: List<List<Double>>, range: List<Int>, profile: Profile, attributes: List<String>? = null, rangeType: String? = null): IsochronesResponse

Calls the isochrones endpoint with the given parameters.