Hello, I'm currently working on my first app with AppInventor. I have been trying to create markers on a map the langitude and latitude in a csv file. When I run my App I get the following error:
This is how my Google sheet looks like, which is being converted to a csv in the code:
The numbers that you enter as lat and longitude are invalid. For example you have 52.533.869 and 13.467.359. Latitude accepts values from 90 to -90 and longitude from 180 to -180
Seems like that was the issue. I was clicking random points on Google Maps, I thought the coordinates from there would represent longitude and latitude. Thank you for your answer!