Is it possible to store the latitude and longitude corresponding to 'touch'

maps.aia (82.7 KB)

hello. sorry for making another question. now i can upload now!
thanks for letting me know.

I did it using tinydb to get what I typed in the textbox into a list.

By the way, is it possible to store the latitude and longitude corresponding to 'touch' in tinydb and display the latitude and longitude when clicking on the list?

You need to touch a Map control and use one of these controls:

mapPressTab

Use the Block to capture the latitude and longitude to a variable and store that variable to the TinyDB.

To display, use a Marker and set it's latitude/longitude as appropriate using the variable (or variables).