fetchDistance

abstract suspend fun fetchDistance(coordinates: List<Point>): Result<List<MatrixModel>>