is there any way in thunkable with which i can get the district of my active user in my app.
using location sensor or maps??
any way??
like in india we have states. then in states we have districts. i want to get user district or town/city with android location tarcker. please tell me any way.
To determine the location coordinates use the Location component. To display the coordinates on the map use the Map component. Basic examples of their use can be found in the documentation:
To display the location of your users on the map, you must create a base of their coordinates which can then be displayed on the map as markers or areas. Use the Spreadsheet or RealtimeDB components to access the database.