OK.
You might be interested in the Map Tour tutorial and Map Tour part2 or something similar (see videos ). The translation of what you want to do was not very clear.
Where do the photos come from and how do you expect to get them? Do you want to place (insert) the photos on the map or capturer existing photos like the Map Tour tutorial shows?
If these are your own photos, you might want to do something like this example
. The app displays thumbnail images as CustomMarkers on a Map component. This technique was described in part here > (Map) Runtime markers .The images and and thumbnails are stored in the device Media in this example and displayed using an Image component and Map Markers. The images and corresponding coordinates for the images could alternatively be stored on a server, a Googlesheet (using advanced techniques and Google Drive) or in a FirebaseDB or CloudDB if you use more complex coding.
Good luck Diego.

