Map outputs
How do I read in coordinates from a current location to a text field. I would like to click a button to discover current location then display the lat and long in a text field on the screen. Thanks
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How do I read in coordinates from a current location to a text field. I would like to click a button to discover current location then display the lat and long in a text field on the screen. Thanks
Hello Dave,
You can save current location coorditates to localStorage varriables and then poputate them in the corresponding fields on the screen.
Please find here how to use localStorage http://docs.appery.io/documentation/r...
Thanks for your response I have the local storage saving the these now, but what is the command to put these into a text field? many thanks
Dave,
This should help http://docs.appery.io/tutorials/build...
Thank you so much!