How to repeat the map?

I want to create an Android game, like Temple Run, Subway Surfers, etc. In those games the map(s) is repeating. How can I do that? Or…is it possible? Yes or No? Thanks! :wink:

The map will be procedurally generated when the game runs. There is a picture in this answer, which shows the basic principle behind endless runner games. The idea is that you start running and then create a platform to run on in front of the user, while deleting the ones behind it, giving the illusion that the user is moving forward around a level, but they are actually only moving between a very small area of the game.